OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSite
(Results
1 - 15
of
15
) 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
33
void
SetSite
(const GURL& url);
121
// 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"));
619
instance->
SetSite
(GURL("http://evernote.com/"));
642
webui_instance->
SetSite
(webui_url);
659
webui_instance2->
SetSite
(webui_url);
678
instance->
SetSite
(GURL("http://evernote.com/"));
715
instance->
SetSite
(webui_url);
732
instance2->
SetSite
(webui_url);
751
instance->
SetSite
(GURL())
[
all
...]
browsing_instance.cc
43
instance->
SetSite
(url);
56
// tabs are navigated there at the same time. (We don't call
SetSite
or
site_instance_impl.cc
120
// at this time, we will register it in
SetSite
().)
136
void SiteInstanceImpl::
SetSite
(const GURL& url) {
/external/chromium_org/chrome_frame/
bho.h
90
STDMETHODIMP
SetSite
(IUnknown* site);
bho_loader.cc
102
// Initialize the BHO by calling
SetSite
and passing it IWebBrowser2
103
hr = bho_object->
SetSite
(browser);
bho.cc
73
STDMETHODIMP Bho::
SetSite
(IUnknown* site) {
120
return IObjectWithSiteImpl<Bho>::
SetSite
(site);
chrome_frame_activex.cc
188
// because m_hWnd has not yet been assigned during the
SetSite
call.
692
hr = bho->
SetSite
(web_browser2);
694
NOTREACHED() << "ChromeFrame BHO
SetSite
failed. Error:"
/external/chromium_org/chrome_frame/test/perf/
silverlight.cc
125
p->
SetSite
(GetUnknown());
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc
622
static_cast<SiteInstanceImpl*>(host->GetSiteInstance())->
SetSite
(kUrl1);
718
static_cast<SiteInstanceImpl*>(host->GetSiteInstance())->
SetSite
(kUrl1);
[
all
...]
render_frame_host_manager.cc
672
current_site_instance->
SetSite
(dest_url);
[
all
...]
/external/chromium_org/printing/
printing_context_win.cc
133
virtual HRESULT WINAPI
SetSite
(IUnknown* site) {
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
[
all
...]
Completed in 3443 milliseconds