HomeSort by relevance Sort by last modified time
    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;
364 panel_host_->Reload();
367 panel_host_->ReloadIgnoringCache();
370 panel_host_->StopLoading();
399 panel_host_->Zoom(content::PAGE_ZOOM_IN);
402 panel_host_->Zoom(content::PAGE_ZOOM_RESET);
405 panel_host_->Zoom(content::PAGE_ZOOM_OUT);
522 panel_host_.reset(new PanelHost(this, profile_));
523 panel_host_->Init(url)
    [all...]
panel.h 399 scoped_ptr<PanelHost> panel_host_; member in class:Panel

Completed in 51 milliseconds