/external/webkit/Source/WebCore/page/ |
D | SecurityOrigin.h | 59 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String&);
|
D | SecurityOrigin.cpp | 182 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme) in setDomainRelaxationForbiddenForURLScheme() function in WebCore::SecurityOrigin
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.cpp | 215 …setDomainRelaxationForbiddenForURLScheme(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()
|
D | WebProcess.h | 131 void setDomainRelaxationForbiddenForURLScheme(const String&) const;
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.cpp | 148 toImpl(contextRef)->setDomainRelaxationForbiddenForURLScheme(toImpl(urlScheme)->string()); in WKContextSetDomainRelaxationForbiddenForURLScheme()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 104 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 461 void DumpRenderTreeSupportQt::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QStrin… in setDomainRelaxationForbiddenForURLScheme() function in DumpRenderTreeSupportQt 463 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme); in setDomainRelaxationForbiddenForURLScheme()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 277 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef) in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.h | 115 void setDomainRelaxationForbiddenForURLScheme(const String&);
|
D | WebContext.cpp | 485 void WebContext::setDomainRelaxationForbiddenForURLScheme(const String& urlScheme) in setDomainRelaxationForbiddenForURLScheme() function in WebKit::WebContext
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 206 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
|
D | LayoutTestControllerQt.cpp | 659 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& … in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController 661 DumpRenderTreeSupportQt::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme); in setDomainRelaxationForbiddenForURLScheme()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.h | 244 void setDomainRelaxationForbiddenForURLScheme(const CppArgumentList&, CppVariant*);
|
D | LayoutTestController.cpp | 148 …RelaxationForbiddenForURLScheme", &LayoutTestController::setDomainRelaxationForbiddenForURLScheme); in LayoutTestController() 1093 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(const CppArgumentList& argument… in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 99 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme);
|
D | LayoutTestController.cpp | 1222 controller->setDomainRelaxationForbiddenForURLScheme(forbidden, scheme.get()); in setDomainRelaxationForbiddenForURLSchemeCallback()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebViewPrivate.idl | 231 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 1017 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef sch… in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController 1024 webView->setDomainRelaxationForbiddenForURLScheme(forbidden, schemeBSTR); in setDomainRelaxationForbiddenForURLScheme()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 702 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef) in setDomainRelaxationForbiddenForURLScheme() function in LayoutTestController
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 815 …virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR sc…
|
D | WebView.cpp | 6432 HRESULT WebView::setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme) in setDomainRelaxationForbiddenForURLScheme() function in WebView 6434 …SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme, SysStringLen(sc… in setDomainRelaxationForbiddenForURLScheme()
|
D | ChangeLog | 6534 Add IWebViewPrivate::setDomainRelaxationForbiddenForURLScheme 6543 setDomainRelaxationForbiddenForURLScheme. 6548 (WebView::setDomainRelaxationForbiddenForURLScheme):
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 412 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef sch… function
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 2075 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme)); in setDomainRelaxationForbidden()
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 7024 (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):
|