Searched refs:view_storage_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Daccessible_pane_view.h31 // Focus will be restored to the ViewStorage with id |view_storage_id|
35 virtual bool SetPaneFocus(int view_storage_id, View* initial_focus);
39 // to the ViewStorage with id |view_storage_id| if the user escapes.
41 virtual bool SetPaneFocusAndFocusDefault(int view_storage_id);
H A Dtoolbar_view.h64 // to the ViewStorage with id |view_storage_id| if the user escapes.
65 void SetPaneFocusAndFocusLocationBar(int view_storage_id);
69 // to the ViewStorage with id |view_storage_id| if the user escapes.
70 void SetPaneFocusAndFocusAppMenu(int view_storage_id);
91 virtual bool SetPaneFocus(int view_storage_id, View* initial_focus) OVERRIDE;
H A Daccessible_pane_view.cc37 bool AccessiblePaneView::SetPaneFocus(int view_storage_id, argument
44 last_focused_view_storage_id_ = view_storage_id;
87 int view_storage_id) {
88 return SetPaneFocus(view_storage_id, GetDefaultFocusableChild());
86 SetPaneFocusAndFocusDefault( int view_storage_id) argument
H A Dtoolbar_view.cc232 void ToolbarView::SetPaneFocusAndFocusLocationBar(int view_storage_id) { argument
233 SetPaneFocus(view_storage_id, location_bar_);
236 void ToolbarView::SetPaneFocusAndFocusAppMenu(int view_storage_id) { argument
237 SetPaneFocus(view_storage_id, app_menu_);
262 int view_storage_id, views::View* initial_focus) {
263 if (!AccessiblePaneView::SetPaneFocus(view_storage_id, initial_focus))
261 SetPaneFocus( int view_storage_id, views::View* initial_focus) argument

Completed in 70 milliseconds