Searched refs:last_focused_view_storage_id_ (Results 1 – 10 of 10) sorted by relevance
42 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()
45 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()
110 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()
118 int last_focused_view_storage_id_; variable
110 int last_focused_view_storage_id_; variable
27 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()
96 int last_focused_view_storage_id_; variable
296 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()
395 return last_focused_view_storage_id_; in last_focused_view_storage_id()525 int last_focused_view_storage_id_; variable