Searched refs:content (Results 226 - 250 of 11451) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_browsertest.cc8 #include "content/public/browser/navigation_details.h"
9 #include "content/public/browser/notification_registrar.h"
10 #include "content/public/browser/notification_service.h"
11 #include "content/public/browser/notification_source.h"
12 #include "content/public/browser/notification_types.h"
16 class NavigationNotificationObserver : public content::NotificationObserver {
21 registrar_.Add(this, content::NOTIFICATION_NAV_ENTRY_COMMITTED,
22 content::NotificationService::AllSources());
26 const content::NotificationSource& source,
27 const content
[all...]
/external/chromium_org/chromecast/shell/browser/
H A Dcast_download_manager_delegate.cc9 #include "content/public/browser/download_danger_type.h"
10 #include "content/public/browser/download_item.h"
20 const content::DownloadIdCallback& callback) {
22 static uint32 next_id = content::DownloadItem::kInvalidId + 1;
27 content::DownloadItem* item,
28 const content::DownloadTargetCallback& callback) {
34 content::DownloadItem::TARGET_DISPOSITION_OVERWRITE,
35 content::DOWNLOAD_DANGER_TYPE_MAYBE_DANGEROUS_CONTENT,
46 content::DownloadItem* item,
52 content
[all...]
/external/chromium_org/extensions/browser/
H A Dextension_host_delegate.h10 #include "content/public/common/media_stream_request.h"
13 namespace content { namespace
35 virtual void OnExtensionHostCreated(content::WebContents* web_contents) = 0;
42 virtual content::JavaScriptDialogManager* GetJavaScriptDialogManager() = 0;
46 virtual void CreateTab(content::WebContents* web_contents,
55 content::WebContents* web_contents,
56 const content::MediaStreamRequest& request,
57 const content::MediaResponseCallback& callback,
63 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
65 content
[all...]
H A Dextension_web_contents_observer.h12 #include "content/public/browser/web_contents_observer.h"
14 namespace content { namespace
29 // content::WebContentsUserData::CreateForWebContents() provides an object of
31 class ExtensionWebContentsObserver : public content::WebContentsObserver {
33 explicit ExtensionWebContentsObserver(content::WebContents* web_contents);
36 content::BrowserContext* browser_context() { return browser_context_; }
38 // content::WebContentsObserver overrides.
41 virtual void RenderViewCreated(content::RenderViewHost* render_view_host)
46 const Extension* GetExtension(content::RenderViewHost* render_view_host);
49 void NotifyRenderViewType(content
[all...]
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.h10 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h"
12 #include "content/public/browser/web_contents_observer.h"
13 #include "content/public/browser/web_contents_user_data.h"
15 namespace content { namespace
21 : public content::NotificationObserver,
22 public content::WebContentsObserver,
23 public content::WebContentsUserData<ThumbnailTabHelper> {
33 explicit ThumbnailTabHelper(content::WebContents* contents);
34 friend class content
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_observer.h10 namespace content { namespace
60 virtual void TabInsertedAt(content::WebContents* contents,
67 content::WebContents* contents,
74 virtual void TabDetachedAt(content::WebContents* contents, int index);
79 virtual void TabDeactivated(content::WebContents* contents);
94 virtual void ActiveTabChanged(content::WebContents* old_contents,
95 content::WebContents* new_contents,
107 virtual void TabMoved(content::WebContents* contents,
116 virtual void TabChangedAt(content::WebContents* contents,
124 content
[all...]
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.h12 #include "components/keyed_service/content/browser_context_keyed_base_factory.h"
33 content::BrowserContext* context);
39 void SetTestingFactory(content::BrowserContext* context,
45 KeyedService* SetTestingFactoryAndUse(content::BrowserContext* context,
69 KeyedService* GetServiceForBrowserContext(content::BrowserContext* context,
73 void Associate(content::BrowserContext* context, KeyedService* service);
76 void Disassociate(content::BrowserContext* context);
81 content::BrowserContext* context) const = 0;
95 virtual void BrowserContextShutdown(content::BrowserContext* context)
97 virtual void BrowserContextDestroyed(content
[all...]
H A Drefcounted_browser_context_keyed_service_factory.h11 #include "components/keyed_service/content/browser_context_keyed_service_factory.h"
12 #include "components/keyed_service/content/refcounted_browser_context_keyed_service.h"
17 namespace content { namespace
37 *TestingFactoryFunction)(content::BrowserContext* context);
43 void SetTestingFactory(content::BrowserContext* context,
50 content::BrowserContext* context,
60 GetServiceForBrowserContext(content::BrowserContext* context,
65 content::BrowserContext* context,
72 BuildServiceInstanceFor(content::BrowserContext* context) const = 0;
74 virtual void BrowserContextShutdown(content
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DUnknownEntry.java27 private ByteBuffer content; field in class:UnknownEntry
33 return content;
36 public void setContent(ByteBuffer content) { argument
37 this.content = (ByteBuffer) content.duplicate().rewind();
42 this.content = (ByteBuffer) byteBuffer.duplicate().rewind();
47 return content.duplicate();
52 ByteBuffer bb = content.duplicate();
57 "content=" + Hex.encodeHex(b) +
72 if (content !
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper.h13 #include "content/public/browser/notification_observer.h"
14 #include "content/public/browser/notification_registrar.h"
15 #include "content/public/browser/web_contents_observer.h"
16 #include "content/public/browser/web_contents_user_data.h"
17 #include "content/public/common/resource_type.h"
22 namespace content { namespace
58 : public content::WebContentsObserver,
59 public content::NotificationObserver,
61 public content::WebContentsUserData<CaptivePortalTabHelper> {
65 // content
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dunload_controller.h13 #include "content/public/browser/notification_observer.h"
14 #include "content/public/browser/notification_registrar.h"
19 namespace content { namespace
27 class UnloadController : public content::NotificationObserver,
37 bool CanCloseContents(content::WebContents* contents);
40 static bool ShouldRunUnloadEventsHelper(content::WebContents* contents);
44 static bool RunUnloadEventsHelper(content::WebContents* contents);
53 bool BeforeUnloadFired(content::WebContents* contents, bool proceed);
86 typedef std::set<content::WebContents*> UnloadListenerSet;
88 // Overridden from content
[all...]
/external/chromium_org/android_webview/native/permission/
H A Dmedia_access_permission_request.h10 #include "content/public/common/media_stream_request.h"
18 MediaAccessPermissionRequest(const content::MediaStreamRequest& request,
19 const content::MediaResponseCallback& callback);
30 const content::MediaStreamRequest request_;
31 const content::MediaResponseCallback callback_;
34 content::MediaStreamDevices audio_test_devices_;
35 content::MediaStreamDevices video_test_devices_;
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_factory.cc11 #include "content/public/browser/browser_thread.h"
23 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
29 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
38 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater.h12 #include "content/public/browser/download_item.h"
13 #include "content/public/browser/download_manager.h"
33 void AddManager(content::DownloadManager* manager);
37 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
39 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
46 virtual void UpdateAppIconDownloadProgress(content::DownloadItem* download);
H A Ddownload_ui_controller.h26 virtual void OnNewDownloadReady(content::DownloadItem* item) = 0;
36 DownloadUIController(content::DownloadManager* manager,
42 virtual void OnDownloadCreated(content::DownloadManager* manager,
43 content::DownloadItem* item) OVERRIDE;
44 virtual void OnDownloadUpdated(content::DownloadManager* manager,
45 content::DownloadItem* item) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_process_manager_delegate.h10 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h"
22 public content::NotificationObserver {
29 content::BrowserContext* context) const OVERRIDE;
31 content::BrowserContext* context) const OVERRIDE;
33 // content::NotificationObserver implementation:
35 const content::NotificationSource& source,
36 const content::NotificationDetails& details) OVERRIDE;
44 content::NotificationRegistrar registrar_;
H A Dextension_ui_util.h8 namespace content { namespace
22 content::BrowserContext* context);
28 content::BrowserContext* context);
34 content::BrowserContext* context);
40 content::BrowserContext* context);
47 content::BrowserContext* context);
H A Dlazy_background_page_test_util.h9 #include "content/public/browser/notification_service.h"
10 #include "content/public/test/test_utils.h"
17 content::NotificationService::AllSources()),
19 content::NotificationService::AllSources()) {}
22 content::NotificationService::AllSources()),
24 content::Source<Profile>(profile)) {}
38 content::WindowedNotificationObserver page_created_;
39 content::WindowedNotificationObserver page_closed_;
H A Dmenu_manager_factory.h10 #include "components/keyed_service/content/browser_context_keyed_service_factory.h"
12 namespace content { namespace
21 static MenuManager* GetForBrowserContext(content::BrowserContext* context);
26 content::BrowserContext* context);
35 content::BrowserContext* context) const OVERRIDE;
36 virtual content::BrowserContext* GetBrowserContextToUse(
37 content::BrowserContext* context) const OVERRIDE;
/external/chromium_org/chrome/browser/feedback/
H A Dfeedback_profile_observer.h10 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h"
13 namespace content { namespace
24 class FeedbackProfileObserver : public content::NotificationObserver {
34 // content::NotificationObserver override
36 const content::NotificationSource& source,
37 const content::NotificationDetails& details) OVERRIDE;
41 void QueueUnsentReports(content::BrowserContext* context);
48 content::NotificationRegistrar prefs_registrar_;
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter_android.h9 #include "content/public/browser/notification_observer.h"
10 #include "content/public/browser/notification_registrar.h"
15 // access points. No actual search query content is observed. See
17 class GoogleSearchCounterAndroid : content::NotificationObserver {
25 void ProcessCommittedEntry(const content::NotificationSource& source,
26 const content::NotificationDetails& details);
28 // content::NotificationObserver:
30 const content::NotificationSource& source,
31 const content::NotificationDetails& details) OVERRIDE;
34 content
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification_factory.cc11 #include "components/keyed_service/content/browser_context_dependency_manager.h"
12 #include "content/public/browser/browser_thread.h"
17 content::BrowserContext* context) {
18 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
39 content::BrowserContext* context) const {
43 content::BrowserContext*
45 content::BrowserContext* context) const {
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.h10 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h"
16 namespace content { namespace
24 public content::NotificationObserver {
37 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE;
38 virtual void ResizeWebContents(content::WebContents* web_contents,
40 virtual content::WebContents* OpenURLFromTab(
41 content::BrowserContext* context,
42 content::WebContents* source,
43 const content
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dtab_contents_controller.h14 namespace content { namespace
36 content::WebContents* contents_; // weak
45 @property(readonly, nonatomic) content::WebContents* webContents;
48 - (id)initWithContents:(content::WebContents*)contents;
52 // unnecessary content re-layout.
63 - (void)changeWebContents:(content::WebContents*)newContents;
77 - (void)tabDidChange:(content::WebContents*)updatedContents;
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_ui.cc12 #include "content/public/browser/web_contents.h"
13 #include "content/public/browser/web_ui.h"
14 #include "content/public/browser/web_ui_data_source.h"
17 using content::WebContents;
21 content::WebUIDataSource* CreateQuotaInternalsHTMLSource() {
22 content::WebUIDataSource* source =
23 content::WebUIDataSource::Create(chrome::kChromeUIQuotaInternalsHost);
37 QuotaInternalsUI::QuotaInternalsUI(content::WebUI* web_ui)
41 content::WebUIDataSource::Add(profile, CreateQuotaInternalsHTMLSource());

Completed in 1173 milliseconds

1234567891011>>