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

  /external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m 52 NSURL *mainDocumentURL = [request mainDocumentURL];
53 if (!mainDocumentURL)
56 NSString *mainDocumentHost = [mainDocumentURL host];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLRequest.idl 91 - (NSURL *)mainDocumentURL
93 HRESULT mainDocumentURL([out, retval] BSTR* result);
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 85 if (FAILED(request->mainDocumentURL(&mainDocumentURLBSTR)))
88 wstring mainDocumentURL = urlSuitableForTestResult(wstringFromBSTR(mainDocumentURLBSTR));
98 return L"<NSURLRequest URL " + url + L", main document URL " + mainDocumentURL + L", http method " + httpMethod + L">";
  /external/webkit/Source/WebKit/win/
WebMutableURLRequest.h 95 virtual HRESULT STDMETHODCALLTYPE mainDocumentURL(
WebMutableURLRequest.cpp 207 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::mainDocumentURL(
  /external/webkit/Source/WebCore/platform/mac/
CookieJar.mm 138 [[NSHTTPCookieStorage sharedHTTPCookieStorage] setCookies:filteredCookies.get() forURL:cookieURL mainDocumentURL:document->firstPartyForCookies()];
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceRequestMac.mm 66 m_firstPartyForCookies = [m_nsRequest.get() mainDocumentURL];
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 110 return [NSString stringWithFormat:@"<NSURLRequest URL %@, main document URL %@, http method %@>", [[self URL] _drt_descriptionSuitableForTestResult], [[self mainDocumentURL] _drt_descriptionSuitableForTestResult], httpMethod];
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 86 hr = request->mainDocumentURL(&frameURL);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]

Completed in 113 milliseconds