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

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DUserContentTypes.h34 enum UserContentInjectedFrames { InjectInAllFrames, InjectInTopFrameOnly }; enumerator in enum:WebCore::UserContentInjectedFrames
H A DUserScript.h41 , m_injectedFrames(InjectInAllFrames)
H A DUserStyleSheet.h40 : m_injectedFrames(InjectInAllFrames)
H A DCaptionUserPreferences.cpp241 Vector<String>(), InjectInAllFrames, UserStyleAuthorLevel, InjectInExistingDocuments); local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitWebViewGroup.cpp226 COMPILE_ASSERT_MATCHING_ENUM(WEBKIT_INJECTED_CONTENT_FRAMES_ALL, WebCore::InjectInAllFrames);
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp196 runAtStart ? InjectAtDocumentStart : InjectAtDocumentEnd, allFrames ? InjectInAllFrames : InjectInTopFrameOnly);
215 page->group().addUserStyleSheetToWorld(mainThreadNormalWorld(), sourceCode, KURL(), Vector<String>(), Vector<String>(), allFrames ? InjectInAllFrames : InjectInTopFrameOnly);
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp266 allFrames ? WebCore::InjectInAllFrames : WebCore::InjectInTopFrameOnly);
280 page->group().addUserStyleSheetToWorld(WebCore::mainThreadNormalWorld(), sourceCode, WebCore::KURL(), Vector<String>(), Vector<String>(), allFrames ? WebCore::InjectInAllFrames : WebCore::InjectInTopFrameOnly);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKSharedAPICast.h913 return WebCore::InjectInAllFrames;
919 return WebCore::InjectInAllFrames;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp635 adapter->page->group().addUserStyleSheetToWorld(mainThreadNormalWorld(), sourceCode, QUrl(), Vector<String>(), Vector<String>(), WebCore::InjectInAllFrames); member in class:WebCore
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm672 outlookQuirksScriptContents, KURL(), Vector<String>(), Vector<String>(), InjectAtDocumentEnd, InjectInAllFrames);
2691 injectedFrames == WebInjectInAllFrames ? InjectInAllFrames : InjectInTopFrameOnly);
2712 pageGroup->addUserStyleSheetToWorld(core(world), source, url, toStringVector(whitelist), toStringVector(blacklist), injectedFrames == WebInjectInAllFrames ? InjectInAllFrames : InjectInTopFrameOnly);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp6349 InjectInAllFrames);
6373 InjectInAllFrames);

Completed in 266 milliseconds