OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowCloseBox
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab.h
91
bool
ShouldShowCloseBox
() const;
tab.cc
201
const bool show_close_button =
ShouldShowCloseBox
();
267
showing_close_button_ =
ShouldShowCloseBox
();
632
bool Tab::
ShouldShowCloseBox
() const {
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
351
bool
ShouldShowCloseBox
() const;
tab_renderer_gtk.cc
631
const bool show_close_button =
ShouldShowCloseBox
();
698
showing_close_button_ =
ShouldShowCloseBox
();
[
all
...]
Completed in 409 milliseconds