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

  /external/chromium_org/chrome/browser/ui/
web_contents_sizer.h 18 void ResizeWebContents(content::WebContents* web_contents,
web_contents_sizer.cc 15 void ResizeWebContents(content::WebContents* web_contents,
browser_tabrestore.cc 130 ResizeWebContents(web_contents, size);
  /external/chromium_org/athena/extensions/
athena_app_delegate_base.h 23 virtual void ResizeWebContents(content::WebContents* web_contents,
athena_app_delegate_base.cc 63 void AthenaAppDelegateBase::ResizeWebContents(
  /external/chromium_org/extensions/browser/app_window/
app_delegate.h 40 virtual void ResizeWebContents(content::WebContents* web_contents,
app_window.cc 346 app_delegate_->ResizeWebContents(web_contents, initial_bounds.size());
    [all...]
  /external/chromium_org/extensions/shell/browser/
shell_app_delegate.cc 21 void ShellAppDelegate::ResizeWebContents(content::WebContents* web_contents,
shell_app_delegate.h 20 virtual void ResizeWebContents(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h 38 virtual void ResizeWebContents(content::WebContents* web_contents,
chrome_app_delegate.cc 188 void ChromeAppDelegate::ResizeWebContents(content::WebContents* web_contents,
190 ::ResizeWebContents(web_contents, size);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 314 ResizeWebContents(old_contents, old_contents->GetPreferredSize());
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 336 ResizeWebContents(prerender_contents_.get(), size_);
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 840 ResizeWebContents(contents, old_contents->GetContainerBounds().size());
    [all...]

Completed in 412 milliseconds