Searched defs:contents (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/
H A Dpassword_manager_delegate_impl.h15 explicit PasswordManagerDelegateImpl(TabContents* contents) argument
16 : tab_contents_(contents) { }
H A Dbackground_contents_service.h69 const string16& GetParentApplicationId(BackgroundContents* contents) const;
119 const DictionaryValue* contents);
137 void BackgroundContentsShutdown(BackgroundContents* contents);
139 // Registers the |contents->GetURL()| to be run at startup. Only happens for
143 void RegisterBackgroundContents(BackgroundContents* contents);
146 void UnregisterBackgroundContents(BackgroundContents* contents);
153 bool IsTracked(BackgroundContents* contents) const;
163 BackgroundContents* contents; member in struct:BackgroundContentsService::BackgroundContentsInfo
H A Dblocked_content_container.h35 // Returns the number of blocked contents.
66 virtual void ActivateContents(TabContents* contents) {} argument
67 virtual void DeactivateContents(TabContents* contents) {} argument
72 // Removes |source| from our internal list of blocked contents.
87 // Maximum number of blocked contents we allow. No page should really need
100 // Information about all blocked contents.
/external/chromium/chrome/browser/extensions/
H A Dextension_clipboard_api.cc24 TabContentsWrapper* contents = NULL; local
26 NULL, NULL, &contents, NULL)) {
32 RenderViewHost* render_view_host = contents->render_view_host();
H A Dapp_process_apitest.cc47 static void NavigateTabHelper(TabContents* contents, const GURL& url) { argument
50 contents->render_view_host(), L"",
58 if (!contents->controller().GetLastCommittedEntry() ||
59 contents->controller().GetLastCommittedEntry()->url() != url)
60 ui_test_utils::WaitForNavigation(&contents->controller());
61 EXPECT_EQ(url, contents->controller().GetLastCommittedEntry()->url());
H A Disolated_app_apitest.cc23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) { argument
26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
31 const Extension* GetInstalledApp(TabContents* contents) { argument
33 contents->render_view_host()->process())->installed_app();
/external/chromium/chrome/browser/tab_contents/
H A Dlink_infobar_delegate.cc13 LinkInfoBarDelegate::LinkInfoBarDelegate(TabContents* contents) argument
14 : InfoBarDelegate(contents) {
/external/libvpx/examples/includes/geshi/contrib/
H A Daliased.php40 // Gather contents
41 $contents = file_get_contents($path); variable
44 $geshi =& new GeSHi($contents, "PHP");
/external/srec/shared/include/
H A DInt8ArrayListImpl.h38 * Int8ArrayList contents.
40 asr_int8_t* contents; member in struct:Int8ArrayListImpl_t
H A DIntArrayListImpl.h38 * IntArrayList contents.
40 int* contents; member in struct:IntArrayListImpl_t
/external/webkit/Source/WebCore/platform/gtk/
H A DSharedBufferGtk.cpp36 gchar* contents; local
39 if (!g_file_get_contents(filename.data(), &contents, &size, &error)) {
40 LOG_ERROR("Failed to fully read contents of file %s - %s", filenameForDisplay(filePath).utf8().data(), error->message);
45 RefPtr<SharedBuffer> result = SharedBuffer::create(contents, size);
46 g_free(contents);
/external/chromium/base/
H A Dsys_info_linux.cc28 std::string contents; local
29 file_util::ReadFileToString(FilePath("/proc/sys/kernel/shmmax"), &contents);
30 limit = strtoul(contents.c_str(), NULL, 0);
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_container.cc10 views::View* contents)
13 contents_(contents) {
9 PanelScrollerContainer(PanelScroller* scroller, views::View* contents) argument
/external/chromium/chrome/browser/download/
H A Ddownload_types.h24 // is synchronized via the lock. Each entry in 'contents' represents one data
32 std::vector<Contents> contents; member in struct:DownloadBuffer
/external/chromium/chrome/browser/sessions/
H A Dsession_command.h34 // of size |size| that must be filled via contents().
38 // id whose contents is populated from the contents of pickle.
41 // The contents of the command.
42 char* contents() { return &(contents_[0]); } function in class:SessionCommand
43 const char* contents() const { return &(contents_[0]); } function in class:SessionCommand
55 // Returns the contents as a pickle. It is up to the caller to delete the
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_backend_unittest.cc20 string16 FindPrepopulateText(TabContents* contents) { argument
21 return FindBarState::GetLastPrepopulateText(contents->profile());
31 EXPECT_EQ(string16(), FindPrepopulateText(contents()));
40 EXPECT_EQ(string16(), FindPrepopulateText(contents()));
55 EXPECT_EQ(search_term1, FindPrepopulateText(contents()));
66 EXPECT_EQ(search_term2, FindPrepopulateText(contents()));
77 EXPECT_EQ(search_term3, FindPrepopulateText(contents()));
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtest_tab_contents_wrapper.cc18 TestTabContents* TabContentsWrapperTestHarness::contents() { function in class:TabContentsWrapperTestHarness
26 void TabContentsWrapperTestHarness::SetContents(TestTabContents* contents) { argument
27 contents_wrapper_.reset(new TabContentsWrapper(contents));
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host_gtk.cc32 const TabContents* contents,
31 GetKeyboardEvent( const TabContents* contents, const views::KeyEvent& key_event) argument
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui.cc14 PrintPreviewUI::PrintPreviewUI(TabContents* contents) argument
15 : WebUI(contents),
22 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source_);
/external/chromium/webkit/glue/
H A Dwebdropdata.cc33 WebData contents = drag_data.fileContent(); local
34 if (!contents.isEmpty())
35 file_contents.assign(contents.data(), contents.size());
/external/clang/test/CodeGen/
H A D2009-03-08-ZeroEltStructCrash.c7 } contents; member in struct:Union
10 int *array = u->contents.zero_arr;
/external/linux-tools-perf/util/
H A Dxyarray.h9 char contents[]; member in struct:xyarray
17 return &xy->contents[x * xy->row_size + y * xy->entry_size];
/external/srec/portable/include/
H A DArrayListImpl.h39 * ArrayList contents.
44 void** contents; member in struct:ArrayListImpl_t
/external/android-mock/src/com/google/android/testing/mocking/
H A DGeneratedClassFile.java19 * Represents the contents of a Class file.
25 private final byte[] contents; field in class:GeneratedClassFile
29 * @param classFileContents the binary contents of the file.
33 contents = classFileContents;
41 return contents;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTestResource.java24 return contents;
28 static final Object[][] contents = { { "Level_error", "Name" }, field in class:LevelTestResource

Completed in 733 milliseconds

1234567891011>>