HomeSort by relevance Sort by last modified time
    Searched refs:last_focused_view_storage_id_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/views/focus/
external_focus_tracker.cc 19 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);
external_focus_tracker.h 65 int last_focused_view_storage_id_; member in class:views::ExternalFocusTracker
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 38 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_);
chrome_web_contents_view_delegate_views.h 50 int last_focused_view_storage_id_; member in class:ChromeWebContentsViewDelegateViews
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 42 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_);
tab_contents_view_views.cc 45 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_);
tab_contents_view_gtk.cc 110 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_);
tab_contents_view_gtk.h 118 int last_focused_view_storage_id_; member in class:TabContentsViewGtk
tab_contents_view_touch.h 110 int last_focused_view_storage_id_; member in class:TabContentsViewTouch
tab_contents_view_views.h 118 int last_focused_view_storage_id_; member in class:TabContentsViewViews
  /external/chromium/chrome/browser/ui/views/
accessible_pane_view.h 96 int last_focused_view_storage_id_; member in class:AccessiblePaneView
accessible_pane_view.cc 27 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/
accessible_pane_view.cc 54 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_);
accessible_pane_view.h 123 int last_focused_view_storage_id_; member in class:views::AccessiblePaneView
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 296 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);
    [all...]
browser_view.h 395 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/
browser_view.h 606 int last_focused_view_storage_id_; member in class:BrowserView
browser_view.cc 395 last_focused_view_storage_id_(
    [all...]

Completed in 412 milliseconds