OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize_ack_pending_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc
211
using RenderWidgetHostImpl::
resize_ack_pending_
;
792
EXPECT_FALSE(host_->
resize_ack_pending_
);
802
EXPECT_FALSE(host_->
resize_ack_pending_
);
811
EXPECT_FALSE(host_->
resize_ack_pending_
);
819
EXPECT_FALSE(host_->
resize_ack_pending_
);
822
EXPECT_TRUE(host_->
resize_ack_pending_
);
826
EXPECT_TRUE(host_->
resize_ack_pending_
);
835
EXPECT_TRUE(host_->
resize_ack_pending_
);
846
EXPECT_TRUE(host_->
resize_ack_pending_
);
854
EXPECT_FALSE(host_->
resize_ack_pending_
);
[
all
...]
render_widget_host_impl.cc
171
resize_ack_pending_
(false),
369
resize_ack_pending_
= false;
584
// 2. WasResized -> do nothing as
resize_ack_pending_
is true
602
if (
resize_ack_pending_
|| !process_->HasConnection() || !view_ ||
635
resize_ack_pending_
= g_check_for_pending_resize_ack;
645
resize_ack_pending_
= false;
827
if (!repaint_ack_pending_ && !
resize_ack_pending_
&& !view_being_painted_) {
895
resize_ack_pending_
|| view_being_painted_) {
[
all
...]
render_widget_host_impl.h
784
bool
resize_ack_pending_
;
member in class:content::RenderWidgetHostImpl
[
all
...]
Completed in 638 milliseconds