HomeSort by relevance Sort by last modified time
    Searched refs:SetSite (Results 1 - 12 of 12) 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.
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"));
623 instance->SetSite(GURL("http://evernote.com/"));
646 webui_instance->SetSite(webui_url);
663 webui_instance2->SetSite(webui_url);
682 instance->SetSite(GURL("http://evernote.com/"));
719 instance->SetSite(webui_url);
736 instance2->SetSite(webui_url);
755 instance->SetSite(GURL())
    [all...]
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.cc 117 // at this time, we will register it in SetSite().)
133 void SiteInstanceImpl::SetSite(const GURL& url) {
  /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 461 site_instance->SetSite(params.url);
render_frame_host_manager_unittest.cc 812 static_cast<SiteInstanceImpl*>(host->GetSiteInstance())->SetSite(kUrl1);
    [all...]
render_frame_host_manager.cc     [all...]
  /external/chromium_org/printing/
printing_context_win.cc 127 virtual HRESULT WINAPI SetSite(IUnknown* site) {

Completed in 309 milliseconds