HomeSort by relevance Sort by last modified time
    Searched defs:gLayoutTestController (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 61 RefPtr<LayoutTestController> gLayoutTestController;
97 if (!gLayoutTestController->waitToDump() || notified) {
127 if (gLayoutTestController->dumpTitleChanges() && !done) {
136 gLayoutTestController->makeWindowObject(event.GetJSContext(), event.GetWindowObject(), &exception);
156 if (gLayoutTestController->dumpChildFramesAsText()) {
167 if (gLayoutTestController->waitToDump() && !notified)
173 bool dumpAsText = gLayoutTestController->dumpAsText();
175 if (gLayoutTestController->dumpAsText())
183 if (gLayoutTestController->dumpAsText())
192 if (gLayoutTestController->dumpBackForwardList())
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 78 RefPtr<LayoutTestController> gLayoutTestController;
279 if (gLayoutTestController->dumpChildFramesAsText()) {
528 gLayoutTestController->setDumpAsText(true);
529 gLayoutTestController->setGeneratePixelResults(false);
533 if (gLayoutTestController->dumpAsText())
550 if (gLayoutTestController->dumpAsText())
552 else if (gLayoutTestController->dumpDOMAsWebArchive())
554 else if (gLayoutTestController->dumpSourceAsWebArchive())
562 if (!gLayoutTestController->dumpAsText() && !gLayoutTestController->dumpDOMAsWebArchive() && !gLayoutTestController->dumpSourceAsWebArchive()
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 107 RefPtr<LayoutTestController> gLayoutTestController;
426 if (::gLayoutTestController->dumpChildFrameScrollPositions()) {
483 if (::gLayoutTestController->dumpChildFramesAsText()) {
715 ::gLayoutTestController->setDumpAsText(true);
716 ::gLayoutTestController->setGeneratePixelResults(false);
725 if (::gLayoutTestController->dumpAsText()) {
731 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::npos);
749 framePrivate->renderTreeAsExternalRepresentation(gLayoutTestController->isPrinting(), &resultString);
753 printf("ERROR: nil result from %s", ::gLayoutTestController->dumpAsText() ? "IDOMElement::innerText" : "IFrameViewPrivate::renderTreeAsExternalRepresentation");
761 if (!::gLayoutTestController->dumpAsText()
    [all...]

Completed in 44 milliseconds