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

12 3 4

  /external/chromium/chrome/browser/ui/
input_window_dialog_win.cc 80 const std::wstring& new_contents);
150 const std::wstring& new_contents) {
browser.h 141 TabContents* new_contents,
398 // Creates a new tab with the already-created TabContents 'new_contents'.
402 void AddTabContents(TabContents* new_contents,
715 TabContentsWrapper* new_contents,
723 TabContentsWrapper* new_contents,
768 TabContents* new_contents,
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.h 61 virtual void AddTabContents(TabContents* new_contents,
external_tab_container_win.cc 151 TabContents* new_contents = new TabContents(profile, NULL, MSG_ROUTING_NONE, local
153 tab_contents_.reset(new TabContentsWrapper(new_contents));
386 TabContents* new_contents,
393 delete new_contents;
416 scoped_ptr<TabContentsWrapper> wrapper(new TabContentsWrapper(new_contents));
418 new_contents->profile()->GetOriginalProfile(),
453 void ExternalTabContainer::TabContentsCreated(TabContents* new_contents) {
454 RenderViewHost* rvh = new_contents->render_view_host();
    [all...]
external_tab_container_win.h 121 TabContents* new_contents,
212 virtual void TabContentsCreated(TabContents* new_contents);
background_contents_service.cc 560 TabContents* new_contents,
565 new_contents->profile());
568 browser->AddTabContents(new_contents, disposition, initial_pos, user_gesture);
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.h 50 const string16& new_contents);
vpn_config_view.h 40 const string16& new_contents);
vpn_config_view.cc 135 const string16& new_contents) {
145 if (new_contents.empty())
147 else if (new_contents != service_name_from_server_)
  /external/chromium/chrome/browser/debugger/
devtools_window.h 82 TabContents* new_contents,
  /external/chromium/chrome/browser/sidebar/
sidebar_container.h 105 TabContents* new_contents,
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 207 TabContentsWrapper* new_contents,
210 if (new_contents == old_contents)
213 TabContents* contents = new_contents->tab_contents();
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 169 TabContentsWrapper* new_contents) {
175 contents_data_[index]->contents = new_contents;
178 TabReplacedAt(this, old_contents, new_contents, index));
185 TabSelectedAt(old_contents, new_contents, active_index(),
250 TabContentsWrapper* new_contents = GetContentsAt(index); local
251 if (old_contents != new_contents && old_contents) {
255 if (old_contents != new_contents || had_multi) {
257 TabSelectedAt(old_contents, new_contents,
1211 TabContentsWrapper* new_contents = GetContentsAt(to_index); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.cc 349 TabContentsWrapper* new_contents,
352 if (old_contents == new_contents)
357 ExtensionTabUtil::GetTabId(new_contents->tab_contents())));
361 ExtensionTabUtil::GetWindowIdOfTab(new_contents->tab_contents())));
367 DispatchEvent(new_contents->profile(), events::kOnTabSelectionChanged,
477 TabContentsWrapper* new_contents,
480 TabInsertedAt(new_contents, index, tab_strip_model->active_index() == index);
  /external/chromium/chrome/browser/chromeos/login/
eula_view.h 50 TabContents* new_contents,
new_user_view.h 98 const string16& new_contents);
screen_lock_view.cc 223 const string16& new_contents) {
224 if (!new_contents.empty())
enterprise_enrollment_view.cc 56 TabContents* new_contents,
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 63 TabContents* new_contents,
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 44 virtual void AddTabContents(TabContents* new_contents,
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 83 TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
browser_view.h 329 TabContentsWrapper* new_contents,
334 TabContentsWrapper* new_contents,
509 // |change_tab_contents| is true, |new_contents| is added to the view
510 // hierarchy, if |change_tab_contents| is false, it's assumed |new_contents|
512 void ProcessTabSelected(TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 444 const string16& new_contents) {
458 if (!new_contents.empty()) {
460 find_tab_helper->StartFinding(new_contents, true, false);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.h 132 const string16& new_contents) OVERRIDE;

Completed in 322 milliseconds

12 3 4