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

  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.cpp 43 void QWEBKIT_EXPORT qt_drt_setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme)
45 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme);
  /external/webkit/WebCore/page/
SecurityOrigin.h 65 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String&);
SecurityOrigin.cpp 155 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme)
160 if (forbidden)
  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 48 extern void qt_drt_setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
456 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme)
458 qt_drt_setDomainRelaxationForbiddenForURLScheme(forbidden, scheme);
LayoutTestControllerQt.h 150 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 77 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme);
LayoutTestController.cpp 761 bool forbidden = JSValueToBoolean(context, arguments[0]); local
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 228 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 271 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
274 [WebView _setDomainRelaxationForbidden:forbidden forURLScheme:(NSString *)schemeCFString.get()];
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 512 + (void)_setDomainRelaxationForbidden:(BOOL)forbidden forURLScheme:(NSString *)scheme;
WebView.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 826 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
833 webView->setDomainRelaxationForbiddenForURLScheme(forbidden, schemeBSTR);
    [all...]
  /external/webkit/WebKit/win/
WebView.h 781 virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme);
    [all...]
WebView.cpp     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 101 %You are forbidden to forbid anyone else to use, share and improve
    [all...]
  /external/libxml2/
parser.c 318 errmsg = "PEReferences forbidden in internal subset\n";
388 "PEReference: forbidden within markup decl in internal subset\n";
    [all...]

Completed in 2776 milliseconds