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

  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.cpp 29 STDMETHODIMP CMeasurePageLoadTimeBHO::SetSite(IUnknown* pUnkSite)
71 return IObjectWithSiteImpl<CMeasurePageLoadTimeBHO>::SetSite(pUnkSite);
95 // and SetSite called always before the initial page load
277 SetSite(NULL);
MeasurePageLoadTimeBHO.h 53 STDMETHOD(SetSite)(IUnknown *pUnkSite);
  /external/chromium_org/content/browser/
site_instance_impl.h 35 void SetSite(const GURL& url);
131 // Whether SetSite has been called.
browsing_instance.cc 44 instance->SetSite(url);
57 // tabs are navigated there at the same time. (We don't call SetSite or
site_instance_impl_unittest.cc 314 // Test to ensure SetSite and site() work properly.
315 TEST_F(SiteInstanceTest, SetSite) {
321 instance->SetSite(GURL("http://www.google.com/index.html"));
646 instance->SetSite(GURL("http://evernote.com/"));
669 webui_instance->SetSite(webui_url);
686 webui_instance2->SetSite(webui_url);
705 instance->SetSite(GURL("http://evernote.com/"));
742 instance->SetSite(webui_url);
759 instance2->SetSite(webui_url);
778 instance->SetSite(GURL())
    [all...]
site_instance_impl.cc 117 // at this time, we will register it in SetSite().)
135 void SiteInstanceImpl::SetSite(const GURL& url) {
136 TRACE_EVENT2("navigation", "SiteInstanceImpl::SetSite",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
datapath.h 102 virtual HRESULT WINAPI SetSite(IUnknown *pUnkSite) = 0;
111 HRESULT (WINAPI *SetSite)(IObjectWithSite *This,IUnknown *pUnkSite);
122 #define IObjectWithSite_SetSite(This,pUnkSite) (This)->lpVtbl->SetSite(This,pUnkSite)
ocidl.h     [all...]
  /external/chromium_org/content/browser/frame_host/
navigator_impl.cc 467 site_instance->SetSite(params.url);
render_frame_host_manager_unittest.cc     [all...]
render_frame_host_manager.cc     [all...]

Completed in 3320 milliseconds