Lines Matching refs:testURL
136 static void initializeGtkFontSettings(const char* testURL)
151 if (testURL && strstr(testURL, "xsettings_antialias_settings.html"))
157 static void initializeFonts(const char* testURL = 0)
160 initializeGtkFontSettings(testURL);
639 string testURL(testPathOrURL);
641 size_t separatorPos = testURL.find("'");
643 testURL = string(testPathOrURL, 0, separatorPos);
649 if (testURL.find("http://") && testURL.find("https://")) {
650 GFile* testFile = g_file_new_for_path(testURL.c_str());
652 testURL = testURLCString;
659 gLayoutTestController = LayoutTestController::create(testURL, expectedPixelHash);
665 if (shouldLogFrameLoadDelegates(testURL))
668 if (shouldEnableDeveloperExtras(testURL)) {
670 if (shouldOpenWebInspector(testURL))
672 if (shouldDumpAsText(testURL)) {
681 bool isSVGW3CTest = (testURL.find("svg/W3C-SVG-1.1") != string::npos);
696 initializeFonts(testURL.c_str());
700 webkit_web_view_open(webView, testURL.c_str());
705 if (shouldEnableDeveloperExtras(testURL)) {