Searched refs:has_composition_text_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc444 has_composition_text_(false),
879 has_composition_text_ = false;
1433 has_composition_text_ = !composition.text.empty();
1437 if (host_ && has_composition_text_) {
1441 has_composition_text_ = false;
1445 if (host_ && has_composition_text_)
1447 has_composition_text_ = false;
1454 has_composition_text_ = false;
1549 return has_composition_text_;
2330 if (!has_composition_text_)
[all...]
H A Drender_widget_host_view_aura.h538 bool has_composition_text_; member in class:content::RenderWidgetHostViewAura
H A Drender_widget_host_view_aura_unittest.cc783 EXPECT_TRUE(view_->has_composition_text_);
808 EXPECT_FALSE(view_->has_composition_text_);

Completed in 96 milliseconds