Searched refs:shouldOpenWebInspector (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.cpp127 static bool shouldOpenWebInspector(const char* pathOrURL) function in namespace:WTR
150 if (shouldOpenWebInspector(m_pathOrURL.c_str()))
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp104 static bool shouldOpenWebInspector(const string& pathOrURL) function
670 if (shouldOpenWebInspector(testURL))
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm1022 static bool shouldOpenWebInspector(const char* pathOrURL)
1127 if (shouldOpenWebInspector(pathOrURL.c_str()))
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp801 static bool shouldOpenWebInspector(const char* pathOrURL) function
1008 if (shouldOpenWebInspector(pathOrURL.c_str()))

Completed in 83 milliseconds