Home
last modified time | relevance | path

Searched refs:last_focused_view_storage_id_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc42 last_focused_view_storage_id_ = in TabContentsViewTouch()
53 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewTouch()
54 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewTouch()
182 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus()
183 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
192 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
199 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
220 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_views.cc45 last_focused_view_storage_id_ = in TabContentsViewViews()
55 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewViews()
56 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewViews()
169 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus()
170 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
179 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
186 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
208 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_gtk.cc110 last_focused_view_storage_id_ = in TabContentsViewGtk()
120 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewGtk()
121 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewGtk()
298 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus()
299 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
308 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
315 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
336 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_gtk.h118 int last_focused_view_storage_id_; variable
Dtab_contents_view_touch.h110 int last_focused_view_storage_id_; variable
Dtab_contents_view_views.h118 int last_focused_view_storage_id_; variable
/external/chromium/chrome/browser/ui/views/
Daccessible_pane_view.cc27 last_focused_view_storage_id_(-1) { in AccessiblePaneView()
44 last_focused_view_storage_id_ = view_storage_id; in SetPaneFocus()
117 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreLastFocusedView()
Daccessible_pane_view.h96 int last_focused_view_storage_id_; variable
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc296 last_focused_view_storage_id_( in BrowserView()
784 toolbar_->SetPaneFocus(last_focused_view_storage_id_, NULL); in FocusToolbar()
790 bookmark_bar_view_->SetPaneFocus(last_focused_view_storage_id_, NULL); in FocusBookmarksToolbar()
806 toolbar_->SetPaneFocusAndFocusAppMenu(last_focused_view_storage_id_); in FocusAppMenu()
863 last_focused_view_storage_id_)) { in RotatePaneFocus()
875 if (view_storage->RetrieveView(last_focused_view_storage_id_)) in SaveFocusedView()
876 view_storage->RemoveView(last_focused_view_storage_id_); in SaveFocusedView()
879 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in SaveFocusedView()
Dbrowser_view.h395 return last_focused_view_storage_id_; in last_focused_view_storage_id()
525 int last_focused_view_storage_id_; variable