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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 487 bool should_auto_resize() { return should_auto_resize_; }
768 bool should_auto_resize_; member in class:content::RenderWidgetHostImpl
    [all...]
render_widget_host_impl.cc 178 should_auto_resize_(false),
570 !renderer_initialized_ || should_auto_resize_ || !delegate_) {
744 if (!should_auto_resize_) {
799 if (should_auto_resize_)
    [all...]

Completed in 71 milliseconds