OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowOffTheRecordAvatar
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/frame/
dom_browser_view.cc
75
bool DOMBrowserView::
ShouldShowOffTheRecordAvatar
() const {
dom_browser_view.h
48
virtual bool
ShouldShowOffTheRecordAvatar
() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
93
!browser_view->
ShouldShowOffTheRecordAvatar
()) {
122
int tabstrip_x = browser_view_->
ShouldShowOffTheRecordAvatar
() ?
131
if (!browser_view_->
ShouldShowOffTheRecordAvatar
() &&
253
if (browser_view_->
ShouldShowOffTheRecordAvatar
())
499
browser_view_->
ShouldShowOffTheRecordAvatar
() ? (otr_bottom - otr_y) : 0);
opaque_browser_frame_view.cc
235
int tabstrip_x = browser_view_->
ShouldShowOffTheRecordAvatar
() ?
392
if (browser_view_->
ShouldShowOffTheRecordAvatar
())
[
all
...]
browser_view.h
153
virtual bool
ShouldShowOffTheRecordAvatar
() const;
browser_view.cc
435
bool BrowserView::
ShouldShowOffTheRecordAvatar
() const {
[
all
...]
Completed in 261 milliseconds