Home
last modified time | relevance | path

Searched defs:allFrames (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp191 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/
DLayoutTestControllerWx.cpp400 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/
DLayoutTestControllerGtk.cpp813 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/
DLayoutTestControllerWin.cpp1168 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/
DDumpRenderTreeSupportGtk.cpp347 …derTreeSupportGtk::addUserStyleSheet(WebKitWebFrame* frame, const char* sourceCode, bool allFrames) in addUserStyleSheet()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.cpp1905 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/
Dextension_api.json1295 …"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