OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_testInterfaces
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
455
:
m_testInterfaces
(0)
467
m_testInterfaces
->windowClosed(this);
472
m_testInterfaces
= interfaces->testInterfaces();
473
m_testInterfaces
->windowOpened(this);
542
bool shouldDumpAsText =
m_testInterfaces
->testRunner()->shouldDumpAsText();
543
bool shouldDumpAsPrinted =
m_testInterfaces
->testRunner()->isPrinting();
547
bool recursive =
m_testInterfaces
->testRunner()->shouldDumpChildFramesAsText();
550
bool recursive =
m_testInterfaces
->testRunner()->shouldDumpChildFrameScrollPositions();
560
if (
m_testInterfaces
->testRunner()->shouldDumpBackForwardList())
561
dataUtf8 += dumpAllBackForwardLists(
m_testInterfaces
, m_delegate)
[
all
...]
TestRunner.h
693
TestInterfaces*
m_testInterfaces
;
TestRunner.cpp
154
,
m_testInterfaces
(interfaces)
[
all
...]
/external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h
230
TestInterfaces*
m_testInterfaces
;
Completed in 649 milliseconds