OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panel_host_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel.cc
186
return
panel_host_
.get() ?
panel_host_
->web_contents() : NULL;
368
panel_host_
->Reload();
371
panel_host_
->ReloadIgnoringCache();
374
panel_host_
->StopLoading();
403
panel_host_
->Zoom(content::PAGE_ZOOM_IN);
406
panel_host_
->Zoom(content::PAGE_ZOOM_RESET);
409
panel_host_
->Zoom(content::PAGE_ZOOM_OUT);
526
panel_host_
.reset(new PanelHost(this, profile_));
527
panel_host_
->Init(url)
[
all
...]
panel.h
393
scoped_ptr<PanelHost>
panel_host_
;
member in class:Panel
Completed in 24 milliseconds