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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 236 gfx::ScaleSize(texture_size_in_layer_, scale)));
240 texture_size_in_layer_.IsEmpty() ||
253 texture_size_in_layer_,
262 texture_size_in_layer_.IsEmpty())
274 texture_size_in_layer_,
295 if (texture_size_in_layer_.IsEmpty())
678 bool has_content = !texture_size_in_layer_.IsEmpty();
704 texture_size_in_layer_ != frame_provider_->frame_size()) {
720 delegated_renderer_layer_->SetDisplaySize(texture_size_in_layer_);
742 if (texture_size_in_layer_.GetArea() > 0
    [all...]
render_widget_host_view_android.h 315 gfx::Size texture_size_in_layer_; member in class:content::RenderWidgetHostViewAndroid

Completed in 29 milliseconds