HomeSort by relevance Sort by last modified time
    Searched refs:new_contents (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.h 35 int DetermineInsertionIndex(TabContentsWrapper* new_contents,
47 TabContentsWrapper* new_contents,
tab_strip_model_observer.cc 25 TabContentsWrapper* new_contents,
42 TabContentsWrapper* new_contents,
tab_strip_model_observer.h 65 // by |old_contents| and the newly selected tab by |new_contents|. |index| is
66 // the index of |new_contents|. When using multiple selection this may be sent
69 // changed, but |old_contents| and |new_contents| are the same. If you only
71 // differs from |new_contents|. |user_gesture| specifies whether or not this
80 TabContentsWrapper* new_contents,
102 TabContentsWrapper* new_contents,
tab_strip_model_order_controller.cc 24 TabContentsWrapper* new_contents,
111 TabContentsWrapper* new_contents,
114 if (old_contents == new_contents)
133 old_opener != &new_contents->controller()) {
default_tab_handler.h 68 TabContentsWrapper* new_contents,
76 TabContentsWrapper* new_contents,
default_tab_handler.cc 158 TabContentsWrapper* new_contents,
162 new_contents,
175 TabContentsWrapper* new_contents,
178 new_contents, index);
  /external/chromium/chrome/browser/chromeos/login/
existing_user_view.h 35 const string16& new_contents);
screen_lock_view.h 62 const string16& new_contents);
existing_user_view.cc 133 const string16& new_contents) {
134 if (!new_contents.empty())
captcha_view.h 55 const string16& new_contents) {}
password_changed_view.h 70 const string16& new_contents) {}
web_page_screen.h 35 TabContents* new_contents,
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 45 TabContents* new_contents,
html_dialog_tab_contents_delegate.cc 58 TabContents* source, TabContents* new_contents,
66 TabContentsWrapper* wrapper = new TabContentsWrapper(new_contents);
  /external/chromium/chrome/browser/
aeropeek_manager.h 115 TabContentsWrapper* new_contents,
127 TabContentsWrapper* new_contents,
blocked_content_container.h 59 TabContents* new_contents,
blocked_content_container.cc 116 TabContents* new_contents,
121 new_contents, disposition, initial_position, user_gesture);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 35 TabContentsWrapper* new_contents,
45 TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 68 TabContentsWrapper* new_contents,
77 TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 81 TabContents* new_contents,
106 // Sets the TabContents being dragged with the specified |new_contents|.
107 void SetDraggedContents(TabContentsWrapper* new_contents);
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h 100 TabContentsWrapper* new_contents,
105 TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.h 64 TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/ui/views/
edit_search_engine_dialog.h 60 const std::wstring& new_contents);
find_bar_view.h 81 const string16& new_contents);
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 109 TabContents* new_contents = local
115 new_contents->set_opener_web_ui_type(webui_type);
116 TabContentsView* new_view = new_contents->view();
120 new_view->CreateViewForWidget(new_contents->render_view_host());
123 pending_contents_[route_id] = new_contents->render_view_host();
124 return new_contents;

Completed in 550 milliseconds

1 2 3 4