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

  /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/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

Completed in 192 milliseconds