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

Public Member Functions

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

Protected Types

enum  { kWaitTimeout = 1000 }
 

Protected Member Functions

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

Protected Attributes

int int_value_
 
Event invoke_started_
 
Threadexpected_thread_
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
kWaitTimeout 

Constructor & Destructor Documentation

◆ AsyncInvokeTest()

AsyncInvokeTest::AsyncInvokeTest ( )
inlineprotected

Member Function Documentation

◆ AsyncInvokeIntCallback()

void AsyncInvokeTest::AsyncInvokeIntCallback ( AsyncInvoker invoker,
Thread thread 
)
inline

◆ IntCallback()

void AsyncInvokeTest::IntCallback ( int  value)
inline

◆ SetExpectedThreadForIntCallback()

void AsyncInvokeTest::SetExpectedThreadForIntCallback ( Thread thread)
inline

Member Data Documentation

◆ expected_thread_

Thread* AsyncInvokeTest::expected_thread_
protected

◆ int_value_

int AsyncInvokeTest::int_value_
protected

◆ invoke_started_

Event AsyncInvokeTest::invoke_started_
protected

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