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 535 bool should_auto_resize() { return should_auto_resize_; }
816 bool should_auto_resize_; member in class:content::RenderWidgetHostImpl
    [all...]
render_widget_host_impl.cc 174 should_auto_resize_(false),
603 !renderer_initialized_ || should_auto_resize_ || !delegate_) {
795 if (!should_auto_resize_) {
853 if (should_auto_resize_)
    [all...]

Completed in 32 milliseconds