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

1234567

/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, bool did_start_load, bool did_finish_load) argument
H A Dcore_tab_helper_delegate.h24 // already been called for |new_contents|.
26 content::WebContents* new_contents,
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_order_controller.h32 content::WebContents* new_contents,
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_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/tools/gn/
H A Dfunction_write_file.cc75 const std::string& new_contents = contents.str(); local
82 existing_contents == new_contents)
92 int int_size = static_cast<int>(new_contents.size());
93 if (base::WriteFile(file_path, new_contents.c_str(), int_size)
/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/chrome/browser/ui/ash/launcher/
H A Dbrowser_status_monitor.cc256 content::WebContents* new_contents,
260 // Use |new_contents|. |old_contents| could be NULL.
261 DCHECK(new_contents);
262 browser = chrome::FindBrowserWithWebContents(new_contents);
276 if (new_contents) {
280 UpdateAppItemState(new_contents, state);
282 SetShelfIDForBrowserWindowContents(browser, new_contents);
288 content::WebContents* new_contents,
290 DCHECK(old_contents && new_contents);
291 Browser* browser = chrome::FindBrowserWithWebContents(new_contents);
255 ActiveTabChanged(content::WebContents* old_contents, content::WebContents* new_contents, int index, int reason) argument
286 TabReplacedAt(TabStripModel* tab_strip_model, content::WebContents* old_contents, content::WebContents* new_contents, int index) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dupload_chromevox_to_webstore.py55 new_contents = json.loads(old_file.read())
56 new_contents.pop('key', '')
57 new_file.file.write(json.dumps(new_contents))
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_contents_handler.h24 content::WebContents* new_contents,
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.cc44 content::WebContents* new_contents,
42 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.cc44 WebContents* source, WebContents* new_contents,
48 handler_->AddNewContents(browser_context_, source, new_contents, disposition,
43 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dweb_dialog_web_contents_delegate.h32 content::WebContents* new_contents,
60 content::WebContents* new_contents,
/external/chromium_org/ash/system/tray/
H A Dtray_notification_view.h46 void UpdateView(views::View* new_contents);
49 void UpdateViewAndImage(views::View* new_contents,
H A Dtray_notification_view.cc93 void TrayNotificationView::UpdateView(views::View* new_contents) { argument
95 InitView(new_contents);
101 void TrayNotificationView::UpdateViewAndImage(views::View* new_contents, argument
104 InitView(new_contents);
/external/chromium_org/athena/extensions/
H A Dathena_app_delegate_base.h30 content::WebContents* new_contents,
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.h58 // Replaces the contents at tab |index| with |new_contents| and deletes the
61 scoped_ptr<content::WebContents> new_contents);
H A Dbrowser_tabstrip.h38 // Creates a new tab with the already-created WebContents 'new_contents'.
45 content::WebContents* new_contents,
/external/chromium_org/ui/views/examples/
H A Dmultiline_example.h39 const base::string16& new_contents) OVERRIDE;
H A Dtextfield_example.cc84 const base::string16& new_contents) {
86 PrintStatus("Name [%s]", UTF16ToUTF8(new_contents).c_str());
88 PrintStatus("Password [%s]", UTF16ToUTF8(new_contents).c_str());
90 PrintStatus("Read Only [%s]", UTF16ToUTF8(new_contents).c_str());
83 ContentsChanged(Textfield* sender, const base::string16& new_contents) argument
H A Dtextfield_example.h35 const base::string16& new_contents) OVERRIDE;
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h38 content::WebContents* new_contents,
48 content::WebContents* new_contents) OVERRIDE;

Completed in 616 milliseconds

1234567