OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chevron_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc
129
chevron_
(NULL),
159
chevron_
= new ChevronMenuButton(NULL, base::string16(), this, false);
160
chevron_
->EnableCanvasFlippingForRTLUI(true);
161
chevron_
->SetAccessibleName(
163
chevron_
->SetVisible(false);
164
AddChildView(
chevron_
);
297
return
chevron_
?
298
chevron_
:
385
if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_ &&
chevron_
) {
386
chevron_
->SetVisible(true)
[
all
...]
browser_actions_container.h
155
views::View* chevron() { return
chevron_
; }
156
const views::View* chevron() const { return
chevron_
; }
401
views::MenuButton*
chevron_
;
member in class:BrowserActionsContainer
Completed in 42 milliseconds