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

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

Completed in 79 milliseconds