OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_layoutTestController
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h
54
LayoutTestController* layoutTestController() { return
m_layoutTestController
.get(); }
98
RefPtr<LayoutTestController>
m_layoutTestController
;
InjectedBundle.cpp
164
m_layoutTestController
= LayoutTestController::create();
/external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp
114
m_layoutTestController
.set(new LayoutTestController(this));
195
m_layoutTestController
->setShouldDumpFrameLoadCallbacks(true);
199
m_layoutTestController
->setShouldDumpAsText(true);
200
m_layoutTestController
->setShouldGeneratePixelResults(false);
208
m_layoutTestController
->setShowDebugLayerTree(true);
240
m_layoutTestController
->reset();
454
bool shouldDumpAsText =
m_layoutTestController
->shouldDumpAsText();
455
bool shouldGeneratePixelResults =
m_layoutTestController
->shouldGeneratePixelResults();
471
bool recursive =
m_layoutTestController
->shouldDumpChildFramesAsText();
477
bool recursive =
m_layoutTestController
->shouldDumpChildFrameScrollPositions()
[
all
...]
TestShell.h
90
LayoutTestController* layoutTestController() const { return
m_layoutTestController
.get(); }
196
OwnPtr<LayoutTestController>
m_layoutTestController
;
Completed in 1415 milliseconds