Searched defs:can_use_lcd_text_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/blink/
H A Dweb_content_layer_impl.h51 bool can_use_lcd_text_; member in class:cc_blink::WebContentLayerImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc5676 can_use_lcd_text_ = std::tr1::get<0>(GetParam());
5713 bool can_use_lcd_text_; member in class:cc::__anon2811::LCDTextTest
5724 root_.get(), 1.f, 1.f, NULL, can_use_lcd_text_);
5725 EXPECT_EQ(can_use_lcd_text_, root_->can_use_lcd_text());
5726 EXPECT_EQ(can_use_lcd_text_, child_->can_use_lcd_text());
5727 EXPECT_EQ(can_use_lcd_text_, grand_child_->can_use_lcd_text());
5734 root_.get(), 1.f, 1.f, NULL, can_use_lcd_text_);
5735 EXPECT_EQ(can_use_lcd_text_, root_->can_use_lcd_text());
5736 EXPECT_EQ(can_use_lcd_text_, child_->can_use_lcd_text());
5737 EXPECT_EQ(can_use_lcd_text_, grand_child
[all...]

Completed in 82 milliseconds