Home
last modified time | relevance | path

Searched refs:m_testInterfaces (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestProxy.cpp393 : m_testInterfaces(0) in WebTestProxyBase()
405 m_testInterfaces->windowClosed(this); in ~WebTestProxyBase()
410 m_testInterfaces = interfaces->testInterfaces(); in setInterfaces()
411 m_testInterfaces->windowOpened(this); in setInterfaces()
501 bool shouldDumpAsText = m_testInterfaces->testRunner()->shouldDumpAsText(); in captureTree()
502 bool shouldDumpAsMarkup = m_testInterfaces->testRunner()->shouldDumpAsMarkup(); in captureTree()
503 bool shouldDumpAsPrinted = m_testInterfaces->testRunner()->isPrinting(); in captureTree()
507 bool recursive = m_testInterfaces->testRunner()->shouldDumpChildFramesAsText(); in captureTree()
513 bool recursive = m_testInterfaces->testRunner()->shouldDumpChildFrameScrollPositions(); in captureTree()
523 if (m_testInterfaces->testRunner()->shouldDumpBackForwardList()) in captureTree()
[all …]
DEventSender.h191 TestInterfaces* m_testInterfaces; variable
DTestRunner.cpp152 , m_testInterfaces(interfaces) in TestRunner()
980 result->set(static_cast<int>(m_testInterfaces->windowList().size())); in windowCount()
992 m_testInterfaces->resetTestHelperControllers(); in resetTestHelperControllers()
1794 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList(); in setGeolocationPermission()
1804 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList(); in setMockGeolocationPosition()
1814 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList(); in setMockGeolocationPositionUnavailableError()
1832 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList(); in setMIDISysExPermission()
DTestRunner.h713 TestInterfaces* m_testInterfaces; variable
DEventSender.cpp246 : m_testInterfaces(interfaces) in EventSender()
777 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList(); in zoomPageIn()
786 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList(); in zoomPageOut()
/external/chromium_org/third_party/WebKit/public/testing/
DWebTestProxy.h233 TestInterfaces* m_testInterfaces; variable