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

  /external/chromium_org/android_webview/browser/
in_process_view_renderer.cc 233 attached_to_window_(false),
337 if (!attached_to_window_ || !hardware_initialized_ || !compositor_)
390 if (is_hardware_canvas && attached_to_window_ && HardwareEnabled()) {
431 if (!attached_to_window_) {
690 attached_to_window_ = true;
712 attached_to_window_ = false;
716 return attached_to_window_;
720 // Ignore |window_visible_| if |attached_to_window_| is false.
721 return view_visible_ && (!attached_to_window_ || window_visible_);
910 (attached_to_window_ && !window_visible_)
    [all...]
in_process_view_renderer.h 135 bool window_visible_; // Only applicable if |attached_to_window_| is true.
136 bool attached_to_window_; member in class:android_webview::InProcessViewRenderer

Completed in 1035 milliseconds