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

  /external/webkit/Source/WebKit2/UIProcess/
WebHistoryClient.cpp 51 m_client.didPerformClientRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
59 m_client.didPerformServerRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
67 m_client.didUpdateHistoryTitle(toAPI(context), toAPI(page), toAPI(title.impl()), toURLRef(url.impl()), toAPI(frame), m_client.clientInfo);
WebUIClient.cpp 372 m_client.saveDataToFileInDownloadsFolder(toAPI(page), toAPI(suggestedFilename.impl()), toAPI(mimeType.impl()), toURLRef(originatingURLString.impl()), toAPI(data), m_client.clientInfo);
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 64 if (filter && !filter(toAPI(m_page), WKPageGetSessionHistoryURLValueType(), toURLRef(m_entries[i]->originalURL().impl()), context)) {
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageLoaderClient.cpp 200 m_client.willPerformClientRedirectForFrame(toAPI(page), toAPI(frame), toURLRef(url.impl()), delay, date, m_client.clientInfo);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 145 inline ProxyingRefPtr<WebURL> toURLRef(StringImpl* string)

Completed in 199 milliseconds