Searched defs:contents (Results 26 - 50 of 727) sorted by relevance

1234567891011>>

/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/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/
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
/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/chromium_org/chrome/browser/
H A Dloadtimes_extension_bindings_browsertest.cc21 content::WebContents* contents = local
24 contents,
33 contents,
38 contents,
51 content::WebContents* contents = local
54 contents, "window.before = window.chrome.loadTimes()"));
56 contents, "window.location.href = window.location + \"#\""));
58 contents, "window.after = window.chrome.loadTimes()"));
68 content::WebContents* contents = local
71 contents, "windo
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_context_menu_observer.cc12 content::WebContents* contents) : contents_(contents) {
11 PrintPreviewContextMenuObserver( content::WebContents* contents) argument
/external/chromium_org/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_org/chrome/browser/ui/android/
H A Dtab_restore_service_delegate_android.cc22 const content::WebContents* contents) {
21 FindDelegateForWebContents( const content::WebContents* contents) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_action_handler.cc35 content::WebContents* contents = GetActiveWebContents(); local
36 if (contents && contents->GetController().CanGoBack()) {
37 contents->GetController().GoBack();
43 content::WebContents* contents = GetActiveWebContents(); local
44 if (contents && contents->GetController().CanGoForward()) {
45 contents->GetController().GoForward();
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_backend_unittest.cc30 string16 FindPrepopulateText(WebContents* contents) { argument
31 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_utils.cc16 bool ShouldShowProjectingIndicator(content::WebContents* contents) { argument
20 return indicator->IsBeingMirrored(contents);
23 bool ShouldShowRecordingIndicator(content::WebContents* contents) { argument
30 return indicator->IsCapturingUserMedia(contents) ||
31 indicator->IsBeingMirrored(contents);
34 bool IsPlayingAudio(content::WebContents* contents) { argument
38 return audio_indicator->IsPlayingAudio(contents);
41 bool IsCapturingVideo(content::WebContents* contents) { argument
45 return indicator->IsCapturingVideo(contents);
48 bool IsCapturingAudio(content::WebContents* contents) { argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host_aura.cc17 const WebContents* contents,
16 GetKeyboardEvent( const WebContents* contents, const ui::KeyEvent& key_event) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Ddesktop_user_action_handler_aura.cc21 content::WebContents* contents = GetActiveWebContents(); local
22 if (contents && contents->GetController().CanGoBack()) {
23 contents->GetController().GoBack();
29 content::WebContents* contents = GetActiveWebContents(); local
30 if (contents && contents->GetController().CanGoForward()) {
31 contents->GetController().GoForward();
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_user_data_logger.cc13 NTPUserDataLogger::NTPUserDataLogger(content::WebContents* contents) argument
14 : content::WebContentsObserver(contents),
/external/chromium_org/chrome/common/translate/
H A Dlanguage_detection_details.h39 // The contents which is used for detection.
40 string16 contents; member in struct:LanguageDetectionDetails
/external/chromium_org/chrome/test/chromedriver/
H A Dutil_unittest.cc20 // file with the contents "COW\n".
28 std::string contents; local
29 ASSERT_TRUE(file_util::ReadFileToString(file, &contents));
30 ASSERT_STREQ("COW\n", contents.c_str());
38 // file with the contents "COW\n".
47 std::string contents; local
48 ASSERT_TRUE(file_util::ReadFileToString(file, &contents));
49 ASSERT_STREQ("COW\n", contents.c_str());
/external/chromium_org/content/public/browser/
H A Dweb_contents_user_data.h23 // explicit FooTabHelper(content::WebContents* contents);
35 static void CreateForWebContents(WebContents* contents) { argument
36 DCHECK(contents);
37 if (!FromWebContents(contents))
38 contents->SetUserData(UserDataKey(), new T(contents));
44 static T* FromWebContents(WebContents* contents) { argument
45 DCHECK(contents);
46 return static_cast<T*>(contents->GetUserData(UserDataKey()));
48 static const T* FromWebContents(const WebContents* contents) { argument
[all...]

Completed in 578 milliseconds

1234567891011>>