Searched defs:IsDetached (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc592 bool NativeAppWindowGtk::IsDetached() const { function in class:NativeAppWindowGtk
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.cc721 bool NativeAppWindowViews::IsDetached() const { function in class:NativeAppWindowViews
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc702 bool BookmarkBarView::IsDetached() const { function in class:BookmarkBarView
738 if (IsDetached() && infobar_visible_)
1637 int top_margin = IsDetached() ? kDetachedTopMargin : 0;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc641 bool BookmarkBarView::IsDetached() const { function in class:BookmarkBarView
653 if (!IsDetached())
679 if (!IsDetached() && browser_view_ &&
694 if (IsDetached()) {
1317 return IsDetached() ? bookmark_utils::LAUNCH_DETACHED_BAR :
1724 int top_margin = IsDetached() ? kDetachedTopMargin : 0;
1730 if (IsDetached()) {
1838 if (IsDetached()) {

Completed in 463 milliseconds