OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetContents
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.cc
26
void TabContentsWrapperTestHarness::
SetContents
(TestTabContents* contents) {
31
SetContents
(CreateTestTabContents());
test_tab_contents_wrapper.h
22
void
SetContents
(TestTabContents* contents);
/external/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.h
22
void
SetContents
(views::View* contents);
hidable_area.cc
24
void HidableArea::
SetContents
(views::View* contents) {
/external/chromium_org/chrome/browser/ui/search/
instant_ipc_sender.h
29
void
SetContents
(content::WebContents* web_contents);
instant_tab.cc
20
SetContents
(contents);
instant_ntp.cc
33
SetContents
(loader_.contents());
41
SetContents
(NULL);
54
SetContents
(loader_.contents());
instant_page_unittest.cc
72
page->
SetContents
(web_contents());
82
page->
SetContents
(web_contents());
95
page->
SetContents
(web_contents());
111
page->
SetContents
(web_contents());
135
page->
SetContents
(web_contents());
159
page->
SetContents
(web_contents());
instant_page.cc
52
void InstantPage::
SetContents
(content::WebContents* web_contents) {
58
sender()->
SetContents
(web_contents);
123
sender()->
SetContents
(NULL);
instant_ipc_sender.cc
62
void InstantIPCSender::
SetContents
(content::WebContents* web_contents) {
instant_loader.cc
50
SetContents
(scoped_ptr<content::WebContents>(
85
void InstantLoader::
SetContents
(scoped_ptr<content::WebContents> new_contents) {
123
// Undo tab helper work done in
SetContents
().
147
SetContents
(scoped_ptr<content::WebContents>(new_contents));
instant_loader.h
73
void
SetContents
(scoped_ptr<content::WebContents> contents);
instant_page.h
90
void
SetContents
(content::WebContents* web_contents);
/external/chromium_org/tools/gn/
input_file.cc
18
void InputFile::
SetContents
(const std::string& c) {
tokenizer_unittest.cc
20
input_file.
SetContents
(input);
40
empty_string_input.
SetContents
("");
47
whitespace_input.
SetContents
(" \r \n \r\n");
136
input.
SetContents
("\"asd\\\"f\" \"\"");
147
input.
SetContents
("1 2 \"three\"\n 4");
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);
41
input_file.
SetContents
(input);
58
input_file.
SetContents
(input);
76
input_file.
SetContents
(input);
/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
119
SetContents
(NULL);
122
void RenderViewHostTestHarness::
SetContents
(WebContents* contents) {
176
SetContents
(CreateTestWebContents());
180
SetContents
(NULL);
test_renderer_host.h
144
void
SetContents
(WebContents* contents);
189
// web_contents() and
SetContents
() are virtual and may be
/external/chromium_org/ui/views/controls/
scroll_view_unittest.cc
50
scroll_view.
SetContents
(contents);
60
scroll_view.
SetContents
(contents);
103
scroll_view.
SetContents
(contents);
128
scroll_view.
SetContents
(contents);
191
scroll_view.
SetContents
(contents);
222
scroll_view.
SetContents
(contents);
/external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc
18
SetContents
(view);
tray_background_view.h
104
void
SetContents
(views::View* contents);
166
// Owned by the view passed to
SetContents
().
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.h
109
void
SetContents
(scoped_ptr<Contents> url_matcher);
Completed in 280 milliseconds
1
2
3