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

  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.h 45 GURL GetDocumentUrl();
ppb_broker_impl.cc 89 GetDocumentUrl(),
106 GURL PPB_Broker_Impl::GetDocumentUrl() {
  /external/chromium_org/chrome_frame/
chrome_frame_delegate.h 45 virtual std::string GetDocumentUrl() = 0;
75 virtual std::string GetDocumentUrl() { return std::string(); }
chrome_frame_plugin.h 101 virtual std::string GetDocumentUrl() {
chrome_frame_activex_base.h 456 cf_url.Parse(UTF8ToWide(GetDocumentUrl()));
576 std::string full_url = ResolveURL(GetDocumentUrl(), src_utf8);
582 GetDocumentUrl(),
    [all...]
chrome_frame_activex.cc 404 GURL document_url(GetDocumentUrl());
  /external/chromium_org/chrome_frame/test/
automation_client_mock.h 24 MOCK_METHOD0(GetDocumentUrl, std::string());

Completed in 65 milliseconds