HomeSort by relevance Sort by last modified time
    Searched refs:m_testInterfaces (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 393 : m_testInterfaces(0)
405 m_testInterfaces->windowClosed(this);
410 m_testInterfaces = interfaces->testInterfaces();
411 m_testInterfaces->windowOpened(this);
501 bool shouldDumpAsText = m_testInterfaces->testRunner()->shouldDumpAsText();
502 bool shouldDumpAsMarkup = m_testInterfaces->testRunner()->shouldDumpAsMarkup();
503 bool shouldDumpAsPrinted = m_testInterfaces->testRunner()->isPrinting();
507 bool recursive = m_testInterfaces->testRunner()->shouldDumpChildFramesAsText();
513 bool recursive = m_testInterfaces->testRunner()->shouldDumpChildFrameScrollPositions();
523 if (m_testInterfaces->testRunner()->shouldDumpBackForwardList()
    [all...]
EventSender.h 191 TestInterfaces* m_testInterfaces;
TestRunner.h 713 TestInterfaces* m_testInterfaces;
TestRunner.cpp 152 , m_testInterfaces(interfaces)
    [all...]
EventSender.cpp 246 : m_testInterfaces(interfaces)
777 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList();
786 const vector<WebTestProxyBase*>& windowList = m_testInterfaces->windowList();
    [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 233 TestInterfaces* m_testInterfaces;

Completed in 336 milliseconds