Searched defs:allFrames (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | LayoutTestController.cpp | 191 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) in addUserScript() 201 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) in addUserStyleSheet()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 400 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) in addUserScript() 405 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) in addUserStyleSheet()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 813 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) in addUserScript() 818 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) in addUserStyleSheet()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 1168 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames) in addUserScript() 1182 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) in addUserStyleSheet()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.cpp | 347 …derTreeSupportGtk::addUserStyleSheet(WebKitWebFrame* frame, const char* sourceCode, bool allFrames) in addUserStyleSheet()
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.cpp | 1905 bool allFrames = JSValueToBoolean(context, arguments[2]); in addUserScriptCallback() local 1919 bool allFrames = JSValueToBoolean(context, arguments[1]); in addUserStyleSheetCallback() local
|
/external/chromium/chrome/common/extensions/api/ |
D | extension_api.json | 1295 …"allFrames": {"type": "boolean", "optional": true, "description": "If allFrames is true, this func… object 1320 …"allFrames": {"type": "boolean", "optional": true, "description": "If allFrames is true, this func… object
|