/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.messages.in | 40 SetDomainRelaxationForbiddenForURLScheme(WTF::String scheme)
|
WebProcess.h | 131 void setDomainRelaxationForbiddenForURLScheme(const String&) const;
|
WebProcess.cpp | 215 setDomainRelaxationForbiddenForURLScheme(parameters.urlSchemesForWhichDomainRelaxationIsForbidden[i]); 249 void WebProcess::setDomainRelaxationForbiddenForURLScheme(const String& urlScheme) const 251 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(true, urlScheme);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.h | 104 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
|
DumpRenderTreeSupportQt.cpp | 461 void DumpRenderTreeSupportQt::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme) 463 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme); [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKContext.cpp | 148 toImpl(contextRef)->setDomainRelaxationForbiddenForURLScheme(toImpl(urlScheme)->string());
|
/external/webkit/Source/WebCore/page/ |
SecurityOrigin.h | 59 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String&);
|
SecurityOrigin.cpp | 182 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme)
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 231 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebContext.h | 115 void setDomainRelaxationForbiddenForURLScheme(const String&);
|
WebContext.cpp | 485 void WebContext::setDomainRelaxationForbiddenForURLScheme(const String& urlScheme) 488 sendToAllProcesses(Messages::WebProcess::SetDomainRelaxationForbiddenForURLScheme(urlScheme));
|
/external/webkit/Tools/DumpRenderTree/ |
LayoutTestController.h | 99 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme);
|
LayoutTestController.cpp | [all...] |
/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 206 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
|
LayoutTestControllerQt.cpp | 659 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme) 661 DumpRenderTreeSupportQt::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme);
|
/external/webkit/Tools/DumpRenderTree/wx/ |
LayoutTestControllerWx.cpp | 277 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef)
|
/external/webkit/Tools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | 1017 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme) 1024 webView->setDomainRelaxationForbiddenForURLScheme(forbidden, schemeBSTR); [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
LayoutTestController.cpp | 148 bindMethod("setDomainRelaxationForbiddenForURLScheme", &LayoutTestController::setDomainRelaxationForbiddenForURLScheme); [all...] |
LayoutTestController.h | 244 void setDomainRelaxationForbiddenForURLScheme(const CppArgumentList&, CppVariant*);
|
/external/webkit/Source/WebKit/win/ |
WebView.h | 815 virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme); [all...] |
WebView.cpp | [all...] |
ChangeLog | [all...] |
/external/webkit/Tools/DumpRenderTree/gtk/ |
LayoutTestControllerGtk.cpp | 702 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef) [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 412 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme) [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebViewImpl.cpp | [all...] |