Home | History | Annotate | Download | only in instant

Lines Matching refs:location_bar_

35       : location_bar_(NULL),
75 if (location_bar_)
77 location_bar_ = browser()->window()->GetLocationBar();
78 ASSERT_TRUE(location_bar_);
90 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
122 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(text));
303 LocationBar* location_bar_;
322 ASSERT_EQ(ASCIIToUTF16("defghi"), location_bar_->location_entry()->GetText());
464 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("def"));
496 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("defg"));
533 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
583 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
635 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
650 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url2.spec()));
738 AutocompleteEditModel* edit_model = location_bar_->location_entry()->model();
740 ASSERT_EQ(ASCIIToUTF16("def"), location_bar_->location_entry()->GetText());
755 AutocompleteEditModel* edit_model = location_bar_->location_entry()->model();
757 ASSERT_EQ(ASCIIToUTF16("def"), location_bar_->location_entry()->GetText());
782 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
786 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));