Searched refs:last_focused_view_storage_id_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ui/views/focus/
H A Dexternal_focus_tracker.cc19 last_focused_view_storage_id_ = view_storage_->CreateStorageID();
26 view_storage_->RemoveView(last_focused_view_storage_id_);
46 view_storage_->RetrieveView(last_focused_view_storage_id_);
60 view_storage_->RemoveView(last_focused_view_storage_id_);
64 view_storage_->StoreView(last_focused_view_storage_id_, view);
H A Dexternal_focus_tracker.h65 int last_focused_view_storage_id_; member in class:views::ExternalFocusTracker
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc38 last_focused_view_storage_id_ =
48 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
49 view_storage->RemoveView(last_focused_view_storage_id_);
98 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
99 view_storage->RemoveView(last_focused_view_storage_id_);
105 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
111 view_storage->RetrieveView(last_focused_view_storage_id_);
127 view_storage->RemoveView(last_focused_view_storage_id_);
H A Dchrome_web_contents_view_delegate_views.h50 int last_focused_view_storage_id_; member in class:ChromeWebContentsViewDelegateViews
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc42 last_focused_view_storage_id_ =
53 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
54 view_storage->RemoveView(last_focused_view_storage_id_);
182 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
183 view_storage->RemoveView(last_focused_view_storage_id_);
192 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
199 view_storage->RetrieveView(last_focused_view_storage_id_);
220 view_storage->RemoveView(last_focused_view_storage_id_);
H A Dtab_contents_view_views.cc45 last_focused_view_storage_id_ =
55 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
56 view_storage->RemoveView(last_focused_view_storage_id_);
169 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
170 view_storage->RemoveView(last_focused_view_storage_id_);
179 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
186 view_storage->RetrieveView(last_focused_view_storage_id_);
208 view_storage->RemoveView(last_focused_view_storage_id_);
H A Dtab_contents_view_gtk.cc110 last_focused_view_storage_id_ =
120 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
121 view_storage->RemoveView(last_focused_view_storage_id_);
298 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
299 view_storage->RemoveView(last_focused_view_storage_id_);
308 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
315 view_storage->RetrieveView(last_focused_view_storage_id_);
336 view_storage->RemoveView(last_focused_view_storage_id_);
H A Dtab_contents_view_gtk.h118 int last_focused_view_storage_id_; member in class:TabContentsViewGtk
H A Dtab_contents_view_touch.h110 int last_focused_view_storage_id_; member in class:TabContentsViewTouch
H A Dtab_contents_view_views.h118 int last_focused_view_storage_id_; member in class:TabContentsViewViews
/external/chromium/chrome/browser/ui/views/
H A Daccessible_pane_view.h96 int last_focused_view_storage_id_; member in class:AccessiblePaneView
H A Daccessible_pane_view.cc27 last_focused_view_storage_id_(-1) {
44 last_focused_view_storage_id_ = view_storage_id;
117 view_storage->RetrieveView(last_focused_view_storage_id_);
/external/chromium_org/ui/views/
H A Daccessible_pane_view.cc54 last_focused_view_storage_id_ = ViewStorage::GetInstance()->CreateStorageID();
73 view_storage->RemoveView(last_focused_view_storage_id_);
74 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
174 last_focused_view_storage_id_);
H A Daccessible_pane_view.h123 int last_focused_view_storage_id_; member in class:views::AccessiblePaneView
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc296 last_focused_view_storage_id_(
784 toolbar_->SetPaneFocus(last_focused_view_storage_id_, NULL);
790 bookmark_bar_view_->SetPaneFocus(last_focused_view_storage_id_, NULL);
806 toolbar_->SetPaneFocusAndFocusAppMenu(last_focused_view_storage_id_);
863 last_focused_view_storage_id_)) {
875 if (view_storage->RetrieveView(last_focused_view_storage_id_))
876 view_storage->RemoveView(last_focused_view_storage_id_);
879 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
H A Dbrowser_view.h395 return last_focused_view_storage_id_;
525 int last_focused_view_storage_id_; member in class:BrowserView
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h606 int last_focused_view_storage_id_; member in class:BrowserView
H A Dbrowser_view.cc395 last_focused_view_storage_id_(

Completed in 1059 milliseconds