webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
GuardedAsyncInvokeTest Class Reference
Inheritance diagram for GuardedAsyncInvokeTest:
testing::Test

Public Member Functions

void IntCallback (int value)
 
void AsyncInvokeIntCallback (GuardedAsyncInvoker *invoker, Thread *thread)
 
void SetExpectedThreadForIntCallback (Thread *thread)
 

Protected Member Functions

 GuardedAsyncInvokeTest ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

int int_value_
 
Event invoke_started_
 
Threadexpected_thread_
 

Static Protected Attributes

static const int kWaitTimeout = 1000
 

Constructor & Destructor Documentation

◆ GuardedAsyncInvokeTest()

GuardedAsyncInvokeTest::GuardedAsyncInvokeTest ( )
inlineprotected

Member Function Documentation

◆ AsyncInvokeIntCallback()

void GuardedAsyncInvokeTest::AsyncInvokeIntCallback ( GuardedAsyncInvoker invoker,
Thread thread 
)
inline

◆ IntCallback()

void GuardedAsyncInvokeTest::IntCallback ( int  value)
inline

◆ SetExpectedThreadForIntCallback()

void GuardedAsyncInvokeTest::SetExpectedThreadForIntCallback ( Thread thread)
inline

Member Data Documentation

◆ expected_thread_

Thread* GuardedAsyncInvokeTest::expected_thread_
protected

◆ int_value_

int GuardedAsyncInvokeTest::int_value_
protected

◆ invoke_started_

Event GuardedAsyncInvokeTest::invoke_started_
protected

◆ kWaitTimeout

const int GuardedAsyncInvokeTest::kWaitTimeout = 1000
staticprotected

The documentation for this class was generated from the following file: