Searched defs:new_contents (Results 1 - 25 of 74) sorted by relevance

123

/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
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_contents_handler.cc72 // Creates a new tab with |new_contents|. |context| is the browser context that
81 WebContents* new_contents,
102 chrome::NavigateParams params(browser, new_contents);
78 AddNewContents( content::BrowserContext* context, WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/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
/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/views/examples/
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 Dlabel_example.cc139 const base::string16& new_contents) {
140 custom_label_->SetText(new_contents);
138 ContentsChanged(Textfield* sender, const base::string16& new_contents) argument
H A Dmultiline_example.cc87 void SetText(const base::string16& new_contents) { argument
89 const size_t range_max = new_contents.length();
94 render_text_->SetText(new_contents);
174 const base::string16& new_contents) {
175 render_text_view_->SetText(new_contents);
177 label_->SetText(new_contents);
173 ContentsChanged(Textfield* sender, const base::string16& new_contents) argument
/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
/external/chromium_org/athena/extensions/
H A Dathena_app_delegate_base.cc78 content::WebContents* new_contents,
83 new_contents->SetDelegate(new_window_contents_delegate_.get());
77 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabstrip.cc49 content::WebContents* new_contents,
59 NavigateParams params(browser, new_contents);
47 AddWebContents(Browser* browser, content::WebContents* source_contents, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) 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.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/views/controls/textfield/
H A Dtextfield_controller.h32 const base::string16& new_contents) {}
31 ContentsChanged(Textfield* sender, const base::string16& new_contents) argument
/external/chromium_org/ash/system/tray/
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/chrome/browser/tab_contents/
H A Dbackground_contents.cc117 WebContents* new_contents,
123 new_contents, disposition, initial_pos, user_gesture, was_blocked);
116 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_sign_in_delegate.cc90 content::WebContents* new_contents,
97 source, new_contents, disposition, initial_pos, user_gesture, local
88 AddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.cc112 const base::string16& new_contents) {
114 !new_contents.empty()) {
123 controller_->ContentsChanged(sender, new_contents);
111 ContentsChanged(views::Textfield* sender, const base::string16& new_contents) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view.cc71 const base::string16& new_contents) {
69 ContentsChanged( views::Textfield* sender, const base::string16& new_contents) argument
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc107 content::WebContents* new_contents,
106 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_delegate.cc35 content::WebContents* new_contents,
34 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc126 WebContents* new_contents,
149 make_scoped_ptr(new_contents));
152 new_contents->WasHidden();
156 // DeleteSoon as WebContentsImpl may call methods on |new_contents|
158 base::MessageLoop::current()->DeleteSoon(FROM_HERE, new_contents);
173 content::WebContents* new_contents) {
174 AwContentsIoThreadClientImpl::RegisterPendingContents(new_contents);
125 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
168 WebContentsCreated( WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc72 content::WebContents* new_contents,
77 app_delegate_->AddNewContents(new_contents->GetBrowserContext(),
78 new_contents,
70 AddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/athena/content/
H A Drender_view_context_menu_impl.cc156 content::WebContents* new_contents) {
154 NotifyURLOpened( const GURL& url, content::WebContents* new_contents) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc308 WebContents* new_contents,
318 TabHelpers::AttachTabHelpers(new_contents);
328 reinterpret_cast<intptr_t>(new_contents),
337 delete new_contents;
343 content::WebContents* new_contents) {
352 reinterpret_cast<intptr_t>(new_contents));
306 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
340 WebContentsCreated( content::WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument

Completed in 3565 milliseconds

123