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

1 2 3

  /external/chromium_org/chrome/browser/ui/search/
instant_tab.cc 20 SetContents(contents);
instant_page_unittest.cc 71 page->SetContents(web_contents());
81 page->SetContents(web_contents());
94 page->SetContents(web_contents());
110 page->SetContents(web_contents());
134 page->SetContents(web_contents());
instant_page.cc 54 void InstantPage::SetContents(content::WebContents* new_web_contents) {
instant_page.h 79 void SetContents(content::WebContents* web_contents);
  /external/chromium_org/tools/gn/
input_file.cc 18 void InputFile::SetContents(const std::string& c) {
c_include_iterator_unittest.cc 37 file.SetContents(buffer);
70 file.SetContents(buffer);
92 file.SetContents(buffer);
119 file.SetContents(buffer);
input_file.h 35 // is no name (like SetContents is used instead) or if the name doesn't
47 void SetContents(const std::string& c);
parser_unittest.cc 25 input_file.SetContents(input);
43 input_file.SetContents(input);
60 input_file.SetContents(input);
78 input_file.SetContents(input);
tokenizer_unittest.cc 20 input_file.SetContents(input);
40 empty_string_input.SetContents("");
47 whitespace_input.SetContents(" \r \n \r\n");
138 input.SetContents("1 2 \"three\"\n 4");
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch_internal.h 39 static void SetContents(WriteBatch* batch, const Slice& contents);
write_batch_test.cc 83 WriteBatchInternal::SetContents(&batch,
  /external/chromium_org/content/public/test/
test_renderer_host.cc 133 SetContents(NULL);
136 void RenderViewHostTestHarness::SetContents(WebContents* contents) {
197 SetContents(CreateTestWebContents());
201 SetContents(NULL);
test_renderer_host.h 191 void SetContents(WebContents* contents);
  /external/chromium_org/ui/views/controls/
scroll_view_unittest.cc 56 scroll_view.SetContents(contents);
66 scroll_view.SetContents(contents);
109 scroll_view.SetContents(contents);
134 scroll_view.SetContents(contents);
196 scroll_view.SetContents(contents);
226 scroll_view.SetContents(contents);
252 scroll_view.SetContents(
274 scroll_view.SetContents(
299 scroll_view.SetContents(
320 scroll_view.SetContents(new views::ProportionallySizedView(1000))
    [all...]
scroll_view.h 42 void SetContents(View* a_view);
98 // Used internally by SetHeader() and SetContents() to reset the view. Sets
  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 17 SetContents(view);
tray_background_view.h 106 void SetContents(views::View* contents);
175 // Owned by the view passed to SetContents().
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.h 112 void SetContents(scoped_ptr<Contents> url_matcher);
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.h 37 void SetContents(const SkBitmap& contents);
window_tree_host_mojo.cc 93 void WindowTreeHostMojo::SetContents(const SkBitmap& contents) {
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_observer_unittest.cc 184 SetContents(NULL);
226 SetContents(NULL);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_dialog_views.cc 88 dialog_body_->SetContents(dialog_body_contents);
  /external/chromium_org/mojo/services/public/cpp/view_manager/
view.h 79 void SetContents(const SkBitmap& contents);
  /external/chromium_org/ui/message_center/views/
toast_contents_view.h 51 void SetContents(MessageView* view, bool a11y_feedback_for_updates);
  /external/chromium_org/ui/views/examples/
scroll_view_example.cc 68 scroll_view_->SetContents(scrollable_);

Completed in 798 milliseconds

1 2 3