Home
last modified time | relevance | path

Searched refs:setDomainRelaxationForbiddenForURLScheme (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/page/
DSecurityOrigin.h59 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String&);
DSecurityOrigin.cpp182 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme) in setDomainRelaxationForbiddenForURLScheme() function in WebCore::SecurityOrigin
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp215setDomainRelaxationForbiddenForURLScheme(parameters.urlSchemesForWhichDomainRelaxationIsForbidden[… in initializeWebProcess()
249 void WebProcess::setDomainRelaxationForbiddenForURLScheme(const String& urlScheme) const in setDomainRelaxationForbiddenForURLScheme() function in WebKit::WebProcess
251 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(true, urlScheme); in setDomainRelaxationForbiddenForURLScheme()
DWebProcess.h131 void setDomainRelaxationForbiddenForURLScheme(const String&) const;
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.cpp148 toImpl(contextRef)->setDomainRelaxationForbiddenForURLScheme(toImpl(urlScheme)->string()); in WKContextSetDomainRelaxationForbiddenForURLScheme()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h104 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp461 void DumpRenderTreeSupportQt::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QStrin… in setDomainRelaxationForbiddenForURLScheme() function in DumpRenderTreeSupportQt
463 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme); in setDomainRelaxationForbiddenForURLScheme()
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp277 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef) in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h115 void setDomainRelaxationForbiddenForURLScheme(const String&);
DWebContext.cpp485 void WebContext::setDomainRelaxationForbiddenForURLScheme(const String& urlScheme) in setDomainRelaxationForbiddenForURLScheme() function in WebKit::WebContext
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h206 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
DLayoutTestControllerQt.cpp659 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& … in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
661 DumpRenderTreeSupportQt::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme); in setDomainRelaxationForbiddenForURLScheme()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h244 void setDomainRelaxationForbiddenForURLScheme(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp148 …RelaxationForbiddenForURLScheme", &LayoutTestController::setDomainRelaxationForbiddenForURLScheme); in LayoutTestController()
1093 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(const CppArgumentList& argument… in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h99 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme);
DLayoutTestController.cpp1222 controller->setDomainRelaxationForbiddenForURLScheme(forbidden, scheme.get()); in setDomainRelaxationForbiddenForURLSchemeCallback()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebViewPrivate.idl231 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp1017 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef sch… in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
1024 webView->setDomainRelaxationForbiddenForURLScheme(forbidden, schemeBSTR); in setDomainRelaxationForbiddenForURLScheme()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp702 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef) in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
/external/webkit/Source/WebKit/win/
DWebView.h815 …virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR sc…
DWebView.cpp6432 HRESULT WebView::setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme) in setDomainRelaxationForbiddenForURLScheme() function in WebView
6434 …SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme, SysStringLen(sc… in setDomainRelaxationForbiddenForURLScheme()
DChangeLog6534 Add IWebViewPrivate::setDomainRelaxationForbiddenForURLScheme
6543 setDomainRelaxationForbiddenForURLScheme.
6548 (WebView::setDomainRelaxationForbiddenForURLScheme):
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm412 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef sch… function
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp2075 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme)); in setDomainRelaxationForbidden()
/external/webkit/Tools/
DChangeLog-2010-05-247024 (LayoutTestController::setDomainRelaxationForbiddenForURLScheme):
18033 [Qt] add setDomainRelaxationForbiddenForURLScheme in Qt DRT
18037 (LayoutTestController::setDomainRelaxationForbiddenForURLScheme):
18492 setDomainRelaxationForbiddenForURLScheme.
18495 setDomainRelaxationForbiddenForURLScheme.
18498 (LayoutTestController::setDomainRelaxationForbiddenForURLScheme):
18500 (LayoutTestController::setDomainRelaxationForbiddenForURLScheme):
18504 (LayoutTestController::setDomainRelaxationForbiddenForURLScheme):
18506 (LayoutTestController::setDomainRelaxationForbiddenForURLScheme):

12