OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:search_button_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
227
search_button_
(NULL),
403
search_button_
= new SearchButton(this);
404
search_button_
->SetVisible(false);
405
AddChildView(
search_button_
);
666
gfx::Size search_button_min_size(
search_button_
->GetMinimumSize());
689
int trailing_width =
search_button_
->visible() ?
690
(
search_button_
->GetMinimumSize().width() + kSearchButtonInset) :
[
all
...]
location_bar_view.h
506
SearchButton*
search_button_
;
member in class:LocationBarView
Completed in 69 milliseconds