Lines Matching refs:location_entry
57 return GetLocationBar()->location_entry()->model()->popup_model()->
67 location_bar->location_entry()->GetText());
75 location_bar->location_entry()->GetText());
76 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
78 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome"));
81 EXPECT_EQ(ASCIIToUTF16("chrome"), location_bar->location_entry()->GetText());
82 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
84 location_bar->location_entry()->RevertAll();
88 location_bar->location_entry()->GetText());
89 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
91 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome"));
96 location_bar->location_entry()->GetText());
97 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
115 EXPECT_TRUE(location_bar->location_entry()->GetText().empty());
116 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
132 location_bar->location_entry()->GetText());
133 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
145 location_bar->location_entry()->GetText());
146 location_bar->location_entry()->SetUserText(string16());
152 location_bar->location_entry()->GetText());
155 location_bar->location_entry()->GetText());
156 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
166 location_bar->location_entry()->GetText());
170 EXPECT_EQ(ASCIIToUTF16("?"), location_bar->location_entry()->GetText());
173 location_bar->location_entry()->GetSelectionBounds(&selection_start,
181 location_bar->location_entry()->SetUserText(ASCIIToUTF16("foo"));
183 EXPECT_EQ(ASCIIToUTF16("foo"), location_bar->location_entry()->GetText());
187 EXPECT_EQ(ASCIIToUTF16("?"), location_bar->location_entry()->GetText());
190 location_bar->location_entry()->GetSelectionBounds(&selection_start,
199 location_bar->location_entry()->SetUserText(ASCIIToUTF16("?"));
201 EXPECT_EQ(ASCIIToUTF16("?"), location_bar->location_entry()->GetText());
205 EXPECT_EQ(ASCIIToUTF16("?"), location_bar->location_entry()->GetText());
208 location_bar->location_entry()->GetSelectionBounds(&selection_start,
217 location_bar->location_entry()->SetUserText(ASCIIToUTF16("?foo"));
219 EXPECT_EQ(ASCIIToUTF16("?foo"), location_bar->location_entry()->GetText());
223 EXPECT_EQ(ASCIIToUTF16("?foo"), location_bar->location_entry()->GetText());
226 location_bar->location_entry()->GetSelectionBounds(&selection_start,
234 location_bar->location_entry()->SetUserText(ASCIIToUTF16(" ?foo"));
237 location_bar->location_entry()->GetText());
242 location_bar->location_entry()->GetText());
245 location_bar->location_entry()->GetSelectionBounds(&selection_start,