HomeSort by relevance Sort by last modified time
    Searched defs:removeOriginAccessWhitelistEntry (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebSecurityPolicy.cpp 76 void WebSecurityPolicy::removeOriginAccessWhitelistEntry(
82 SecurityOrigin::removeOriginAccessWhitelistEntry(
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 554 void SecurityOrigin::removeOriginAccessWhitelistEntry(const SecurityOrigin& sourceOrigin, const String& destinationProtocol, const String& destinationDomains, bool allowDestinationSubdomains)
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 450 void LayoutTestController::removeOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 593 void LayoutTestController::removeOriginAccessWhitelistEntry(const QString& sourceOrigin, const QString& destinationProtocol, const QString& destinationHost, bool allowDestinationSubdomains)
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 133 bindMethod("removeOriginAccessWhitelistEntry", &LayoutTestController::removeOriginAccessWhitelistEntry);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 281 void LayoutTestController::removeOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef protocol, JSStringRef host, bool includeSubdomains)
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp     [all...]

Completed in 1307 milliseconds