Searched refs:allFrames (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl81 void addUserScript(in DOMString source, in boolean runAtStart, in boolean allFrames);
82 void addUserStyleSheet(in DOMString source, in boolean allFrames);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h106 void addUserScript(JSStringRef source, bool runAtStart, bool allFrames);
107 void addUserStyleSheet(JSStringRef source, bool allFrames);
H A DLayoutTestController.cpp191 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) argument
198 (allFrames ? kWKInjectInAllFrames : kWKInjectInTopFrameOnly));
201 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) argument
207 (allFrames ? kWKInjectInAllFrames : kWKInjectInTopFrameOnly));
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp400 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) argument
405 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) argument
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h75 static void addUserStyleSheet(WebKitWebFrame*, const char* sourceCode, bool allFrames);
H A DDumpRenderTreeSupportGtk.cpp347 void DumpRenderTreeSupportGtk::addUserStyleSheet(WebKitWebFrame* frame, const char* sourceCode, bool allFrames) argument
357 page->group().addUserStyleSheetToWorld(mainThreadNormalWorld(), sourceCode, KURL(), 0, 0, allFrames ? InjectInAllFrames : InjectInTopFrameOnly);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h283 void addUserScript(JSStringRef source, bool runAtStart, bool allFrames);
284 void addUserStyleSheet(JSStringRef source, bool allFrames);
H A DLayoutTestController.cpp1905 bool allFrames = JSValueToBoolean(context, arguments[2]); local
1908 controller->addUserScript(source.get(), runAtStart, allFrames);
1919 bool allFrames = JSValueToBoolean(context, arguments[1]); local
1922 controller->addUserStyleSheet(source.get(), allFrames);
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm813 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
817 [WebView _addUserScriptToGroup:@"org.webkit.DumpRenderTree" world:[WebScriptWorld world] source:sourceNS url:nil whitelist:nil blacklist:nil injectionTime:(runAtStart ? WebInjectAtDocumentStart : WebInjectAtDocumentEnd) injectedFrames:(allFrames ? WebInjectInAllFrames : WebInjectInTopFrameOnly)];
820 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames)
824 [WebView _addUserStyleSheetToGroup:@"org.webkit.DumpRenderTree" world:[WebScriptWorld world] source:sourceNS url:nil whitelist:nil blacklist:nil injectedFrames:(allFrames ? WebInjectInAllFrames : WebInjectInTopFrameOnly)];
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp813 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) argument
818 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) argument
821 DumpRenderTreeSupportGtk::addUserStyleSheet(mainFrame, sourceCode.get(), allFrames);
822 // FIXME: needs more investigation why userscripts/user-style-top-frame-only.html fails when allFrames is false.
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1168 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) argument
1182 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) argument

Completed in 296 milliseconds