Home
last modified time | relevance | path

Searched refs:InjectInTopFrameOnly (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
DUserContentTypes.h34 enum UserContentInjectedFrames { InjectInAllFrames, InjectInTopFrameOnly }; enumerator
DFrame.cpp555 if (script->injectedFrames() == InjectInTopFrameOnly && ownerElement()) in injectUserScriptsForWorld()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleAPICast.h123 return WebCore::InjectInTopFrameOnly; in toUserContentInjectedFrames()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp357 …eadNormalWorld(), sourceCode, KURL(), 0, 0, allFrames ? InjectInAllFrames : InjectInTopFrameOnly); in addUserStyleSheet()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp382 COMPILE_ASSERT_MATCHING_ENUM(WebView::UserContentInjectInTopFrameOnly, InjectInTopFrameOnly);
/external/webkit/Source/WebCore/dom/
DDocument.cpp2449 if (sheet->injectedFrames() == InjectInTopFrameOnly && ownerElement()) in pageGroupUserSheets()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm2607 … injectedFrames == WebInjectInAllFrames ? InjectInAllFrames : InjectInTopFrameOnly);
2628 …tor(blacklist), injectedFrames == WebInjectInAllFrames ? InjectInAllFrames : InjectInTopFrameOnly);