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

12345

/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
/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_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/ui/web_dialogs/
H A Dweb_dialog_delegate.cc36 content::WebContents* new_contents,
34 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.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
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_capabilities_parser_unittest.cc117 std::string new_contents; local
119 caps.profile.AppendASCII("data"), &new_contents));
120 EXPECT_STREQ("data", new_contents.c_str());
/external/chromium_org/ui/views/examples/
H A Dmultiline_example.cc37 void SetText(const string16& new_contents) { argument
38 render_text_->SetText(new_contents);
106 const string16& new_contents) {
107 render_text_view_->SetText(new_contents);
108 label_->SetText(new_contents);
105 ContentsChanged(Textfield* sender, const string16& new_contents) argument
H A Dtextfield_example.cc80 const string16& new_contents) {
82 PrintStatus("Name [%s]", UTF16ToUTF8(new_contents).c_str());
84 PrintStatus("Password [%s]", UTF16ToUTF8(new_contents).c_str());
86 PrintStatus("Read Only [%s]", UTF16ToUTF8(new_contents).c_str());
79 ContentsChanged(Textfield* sender, const string16& new_contents) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dcaptcha_view.h55 const string16& new_contents) {}
54 ContentsChanged(views::Textfield* sender, const string16& new_contents) argument
H A Dpassword_changed_view.h70 const string16& new_contents) {}
69 ContentsChanged(views::Textfield* sender, const string16& new_contents) argument
H A Dweb_page_screen.h35 TabContents* new_contents,
34 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dexisting_user_view.cc133 const string16& new_contents) {
134 if (!new_contents.empty())
132 ContentsChanged(views::Textfield* sender, const string16& new_contents) argument
/external/chromium/chrome/browser/tabs/
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
/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator_browsertest.cc171 TabContents* new_contents = browser()->GetSelectedTabContents(); local
174 EXPECT_EQ(old_contents, new_contents);
H A Dinput_window_dialog_win.cc80 const std::wstring& new_contents);
150 const std::wstring& new_contents) {
149 ContentsChanged(views::Textfield* sender, const std::wstring& new_contents) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc104 WebContents* new_contents,
110 new_contents, disposition, initial_pos, user_gesture, was_blocked);
103 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/
H A Dbrowser_tabstrip.cc49 content::WebContents* new_contents,
69 new_contents, disposition, initial_pos, user_gesture);
85 new_contents, disposition, initial_pos, user_gesture);
91 new_contents->GetRenderViewHost()->DisassociateFromPopupCount();
94 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 string16& new_contents) {}
31 ContentsChanged(Textfield* sender, const string16& new_contents) argument
/external/chromium/chrome/browser/
H A Dblocked_content_container.cc116 TabContents* new_contents,
121 new_contents, disposition, initial_position, user_gesture);
115 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_position, bool user_gesture) argument
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.cc58 TabContents* source, TabContents* new_contents,
66 TabContentsWrapper* wrapper = new TabContentsWrapper(new_contents);
57 AddNewContents( TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) 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);

Completed in 383 milliseconds

12345