HomeSort by relevance Sort by last modified time
    Searched refs:new_contents (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper_delegate.cc 12 content::WebContents* new_contents,
core_tab_helper_delegate.h 24 // already been called for |new_contents|.
26 content::WebContents* new_contents,
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.h 32 content::WebContents* new_contents,
tab_strip_model_observer.cc 27 WebContents* new_contents,
49 WebContents* new_contents,
tab_strip_model_observer.h 82 // 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,
tab_strip_model_order_controller.cc 97 content::WebContents* new_contents,
117 ((new_contents == NULL && old_opener == NULL) ||
118 old_opener != new_contents)) {
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_contents_handler.h 24 content::WebContents* new_contents,
  /external/chromium_org/tools/gn/
function_write_file.cc 75 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/
test_web_contents_handler.cc 25 content::WebContents* new_contents,
test_web_contents_handler.h 29 content::WebContents* new_contents,
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc 256 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);
    [all...]
  /external/chromium_org/chrome/app/nibs/
PRESUBMIT.py 42 new_contents = xib.NewContents()
43 if not new_contents:
47 for line in new_contents:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
upload_chromevox_to_webstore.py 55 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/
browser_instant_controller.h 58 // Replaces the contents at tab |index| with |new_contents| and deletes the
61 scoped_ptr<content::WebContents> new_contents);
browser_tabstrip.h 38 // Creates a new tab with the already-created WebContents 'new_contents'.
45 content::WebContents* new_contents,
  /external/chromium_org/ui/views/examples/
multiline_example.h 39 const base::string16& new_contents) OVERRIDE;
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.cc 44 content::WebContents* new_contents,
web_dialog_web_contents_delegate.cc 44 WebContents* source, WebContents* new_contents,
48 handler_->AddNewContents(browser_context_, source, new_contents, disposition,
web_dialog_web_contents_delegate.h 32 content::WebContents* new_contents,
60 content::WebContents* new_contents,
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 38 content::WebContents* new_contents,
48 content::WebContents* new_contents) OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_notification_view.h 46 void UpdateView(views::View* new_contents);
49 void UpdateViewAndImage(views::View* new_contents,
tray_notification_view.cc 93 void TrayNotificationView::UpdateView(views::View* new_contents) {
95 InitView(new_contents);
101 void TrayNotificationView::UpdateViewAndImage(views::View* new_contents,
104 InitView(new_contents);
  /external/chromium_org/chrome/browser/tab_contents/
background_contents.h 36 virtual void AddWebContents(content::WebContents* new_contents,
63 content::WebContents* new_contents,
  /art/compiler/utils/
assembler.cc 88 byte* new_contents = NewContents(new_capacity); local
89 memmove(reinterpret_cast<void*>(new_contents),
94 ptrdiff_t delta = new_contents - contents_;
95 contents_ = new_contents;
99 limit_ = ComputeLimit(new_contents, new_capacity);
  /external/chromium_org/athena/content/
render_view_context_menu_impl.h 40 content::WebContents* new_contents) OVERRIDE;

Completed in 438 milliseconds

1 2 3 4 5 6 7