HomeSort by relevance Sort by last modified time
    Searched refs:setDomainRelaxationForbiddenForURLScheme (Results 1 - 24 of 24) sorted by null

  /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/WebKit2/WebProcess/
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/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/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/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 231 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 244 void setDomainRelaxationForbiddenForURLScheme(const CppArgumentList&, CppVariant*);
LayoutTestController.cpp 148 bindMethod("setDomainRelaxationForbiddenForURLScheme", &LayoutTestController::setDomainRelaxationForbiddenForURLScheme);
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 99 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme);
LayoutTestController.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 1017 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
1024 webView->setDomainRelaxationForbiddenForURLScheme(forbidden, schemeBSTR);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 815 virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme);
    [all...]
WebView.cpp     [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...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 2225 milliseconds