Lines Matching defs:gLayoutTestController
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()) {
205 && gLayoutTestController->generatePixelResults()
206 && !gLayoutTestController->dumpDOMAsWebArchive()
207 && !gLayoutTestController->dumpSourceAsWebArchive()) {
216 gLayoutTestController.clear();
238 gLayoutTestController = LayoutTestController::create(pathOrURL, expectedPixelHash);
239 if (!gLayoutTestController) {