Searched refs:new_contents (Results 1 - 25 of 227) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper_delegate.cc12 content::WebContents* new_contents) {
10 SwapTabContents( content::WebContents* old_contents, content::WebContents* new_contents) argument
H A Dcore_tab_helper_delegate.h24 content::WebContents* new_contents);
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_order_controller.h35 int DetermineInsertionIndex(TabContentsWrapper* new_contents,
47 TabContentsWrapper* new_contents,
H A Dtab_strip_model_observer.cc25 TabContentsWrapper* new_contents,
42 TabContentsWrapper* new_contents,
24 TabSelectedAt(TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index, bool user_gesture) argument
40 TabReplacedAt(TabStripModel* tab_strip_model, TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index) argument
H A Dtab_strip_model_order_controller.cc24 TabContentsWrapper* new_contents,
111 TabContentsWrapper* new_contents,
114 if (old_contents == new_contents)
133 old_opener != &new_contents->controller()) {
23 DetermineInsertionIndex( TabContentsWrapper* new_contents, PageTransition::Type transition, bool foreground) argument
109 TabSelectedAt( TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index, bool user_gesture) argument
H A Dtab_strip_model_observer.h65 // 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,
H A Ddefault_tab_handler.cc158 TabContentsWrapper* new_contents,
162 new_contents,
175 TabContentsWrapper* new_contents,
178 new_contents, index);
157 TabSelectedAt(TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index, bool user_gesture) argument
173 TabReplacedAt(TabStripModel* tab_strip_model, TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_observer.cc27 WebContents* new_contents,
49 WebContents* new_contents,
26 ActiveTabChanged(WebContents* old_contents, WebContents* new_contents, int index, int reason) argument
47 TabReplacedAt(TabStripModel* tab_strip_model, WebContents* old_contents, WebContents* new_contents, int index) argument
H A Dtab_strip_model_order_controller.h32 content::WebContents* new_contents,
H A Dtab_strip_model_observer.h82 // by |old_contents| and the newly active tab by |new_contents|. |index| is
83 // the index of |new_contents|. If |reason| has CHANGE_REASON_REPLACED set
95 content::WebContents* new_contents,
125 content::WebContents* new_contents,
H A Dtab_strip_model_order_controller.cc97 content::WebContents* new_contents,
117 ((new_contents == NULL && old_opener == NULL) ||
118 old_opener != new_contents)) {
95 ActiveTabChanged( content::WebContents* old_contents, content::WebContents* new_contents, int index, int reason) argument
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_web_contents_delegate.cc43 WebContents* source, WebContents* new_contents,
47 handler_->AddNewContents(browser_context_, source, new_contents, disposition,
42 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dweb_dialog_delegate.cc40 content::WebContents* new_contents,
38 HandleAddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dweb_dialog_web_contents_delegate.h32 content::WebContents* new_contents,
61 content::WebContents* new_contents,
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc25 content::WebContents* new_contents,
23 AddNewContents(content::BrowserContext* context, content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dtest_web_contents_handler.h29 content::WebContents* new_contents,
/external/chromium_org/chrome/app/nibs/
H A DPRESUBMIT.py42 new_contents = xib.NewContents()
43 if not new_contents:
47 for line in new_contents:
/external/chromium_org/ui/views/examples/
H A Dmultiline_example.cc59 void SetText(const string16& new_contents) { argument
62 test_range.set_start(std::min(test_range.start(), new_contents.length()));
63 test_range.set_end(std::min(test_range.end(), new_contents.length()));
65 render_text_->SetText(new_contents);
142 const string16& new_contents) {
143 render_text_view_->SetText(new_contents);
145 label_->SetText(new_contents);
141 ContentsChanged(Textfield* sender, const string16& new_contents) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_status_monitor.cc212 content::WebContents* new_contents,
216 // Use |new_contents|. |old_contents| could be NULL.
217 DCHECK(new_contents);
218 browser = chrome::FindBrowserWithWebContents(new_contents);
232 if (new_contents) {
236 UpdateAppItemState(new_contents, state);
239 GetLauncherIDForWebContents(new_contents),
246 content::WebContents* new_contents,
248 DCHECK(old_contents && new_contents);
249 Browser* browser = chrome::FindBrowserWithWebContents(new_contents);
211 ActiveTabChanged(content::WebContents* old_contents, content::WebContents* new_contents, int index, int reason) argument
244 TabReplacedAt(TabStripModel* tab_strip_model, content::WebContents* old_contents, content::WebContents* new_contents, int index) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_contents_handler.h24 content::WebContents* new_contents,
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h38 content::WebContents* new_contents,
48 content::WebContents* new_contents) OVERRIDE;
/external/chromium_org/ash/system/tray/
H A Dtray_notification_view.h49 void UpdateView(views::View* new_contents);
52 void UpdateViewAndImage(views::View* new_contents,
/external/chromium_org/chrome/browser/ui/
H A Dactive_tab_tracker.h42 content::WebContents* new_contents,
47 content::WebContents* new_contents,
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Drender_view_context_menu_win.cc72 WebContents* new_contents = source_web_contents->OpenURL(url_params); local
73 DCHECK(new_contents);
/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_view.h35 const string16& new_contents);

Completed in 1020 milliseconds

12345678910