OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_controller
(Results
26 - 29
of
29
) sorted by null
1
2
/external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.cpp
121
m_controller
->didChangeDeviceMotion(m_lastMotion.get());
DeviceOrientationClientImpl.cpp
121
m_controller
->didChangeDeviceOrientation(m_lastOrientation.get());
/external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h
434
WorkQueue(LayoutTestController* controller) : m_frozen(false),
m_controller
(controller) {}
458
LayoutTestController*
m_controller
;
member in class:LayoutTestController::WorkQueue
LayoutTestController.cpp
231
if (
m_controller
->m_shell->webViewHost()->topLoadingFrame())
237
} else if (!
m_controller
->m_waitUntilDone)
238
m_controller
->m_shell->testFinished();
243
TestShell* shell =
m_controller
->m_shell;
252
if (!
m_controller
->m_waitUntilDone && !shell->webViewHost()->topLoadingFrame())
[
all
...]
Completed in 1838 milliseconds
1
2