HomeSort by relevance Sort by last modified time
    Searched refs:content (Results 26 - 50 of 16714) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/profiles/
incognito_helpers.h 8 namespace content { namespace
15 content::BrowserContext* GetBrowserContextRedirectedInIncognito(
16 content::BrowserContext* context);
20 content::BrowserContext* GetBrowserContextOwnInstanceInIncognito(
21 content::BrowserContext* context);
incognito_helpers.cc 11 content::BrowserContext* GetBrowserContextRedirectedInIncognito(
12 content::BrowserContext* context) {
16 content::BrowserContext* GetBrowserContextOwnInstanceInIncognito(
17 content::BrowserContext* context) {
  /external/chromium_org/chrome/browser/tab_contents/
navigation_metrics_recorder.h 8 #include "content/public/browser/web_contents_observer.h"
9 #include "content/public/browser/web_contents_user_data.h"
12 : public content::WebContentsObserver,
13 public content::WebContentsUserData<NavigationMetricsRecorder> {
18 explicit NavigationMetricsRecorder(content::WebContents* web_contents);
19 friend class content::WebContentsUserData<NavigationMetricsRecorder>;
21 // content::WebContentsObserver overrides:
23 const content::LoadCommittedDetails& details,
24 const content::FrameNavigateParams& params) OVERRIDE;
27 content::RenderViewHost* render_view_host) OVERRIDE
    [all...]
language_state_observer.h 8 namespace content { namespace
16 virtual void OnIsPageTranslatedChanged(content::WebContents* source) = 0;
19 virtual void OnTranslateEnabledChanged(content::WebContents* source) = 0;
  /external/chromium_org/content/browser/android/
browser_jni_registrar.cc 5 #include "content/browser/android/browser_jni_registrar.h"
9 #include "content/browser/accessibility/browser_accessibility_android.h"
10 #include "content/browser/accessibility/browser_accessibility_manager_android.h"
11 #include "content/browser/android/browser_startup_controller.h"
12 #include "content/browser/android/child_process_launcher_android.h"
13 #include "content/browser/android/content_settings.h"
14 #include "content/browser/android/content_video_view.h"
15 #include "content/browser/android/content_view_core_impl.h"
16 #include "content/browser/android/content_view_render_view.h"
17 #include "content/browser/android/content_view_statics.h
83 namespace content { namespace
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.h 12 #include "content/public/browser/notification_observer.h"
13 #include "content/public/browser/notification_registrar.h"
17 namespace content { namespace
33 public content::NotificationObserver {
41 static void PrintPreview(content::WebContents* initiator);
45 content::WebContents* GetOrCreatePreviewDialog(
46 content::WebContents* initiator);
51 content::WebContents* GetPrintPreviewForContents(
52 content::WebContents* contents) const;
56 content::WebContents* GetInitiator(content::WebContents* preview_dialog)
    [all...]
  /external/chromium_org/chrome/browser/ui/tab_contents/
chrome_web_contents_view_delegate.h 8 namespace content { namespace
15 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
16 content::WebContents* web_contents);
core_tab_helper_delegate.cc 11 content::WebContents* old_contents,
12 content::WebContents* new_contents) {
16 content::WebContents* web_contents) const {
21 content::WebContents* web_contents) const {
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils.h 10 namespace content { namespace
20 static void ShowNetworkProxySettings(content::WebContents*);
23 static void ShowManageSSLCertificates(content::WebContents*);
  /external/chromium_org/content/common/
page_zoom_unittest.cc 5 #include "content/public/common/page_zoom.h"
11 EXPECT_TRUE(content::ZoomValuesEqual(1.5, 1.5));
14 EXPECT_TRUE(content::ZoomValuesEqual(1.5, 1.49999999));
17 EXPECT_FALSE(content::ZoomValuesEqual(1.5, 1.4));
plugin_carbon_interpose_constants_mac.h 11 namespace content { namespace
15 } // namespace content
sandbox_init_mac.h 8 namespace content { namespace
18 } // namespace content
set_process_title.h 8 namespace content { namespace
25 } // namespace content
socket_stream.h 8 namespace content { namespace
12 } // namespace content
  /external/chromium_org/content/shell/browser/
shell_browser_main.h 10 namespace content { namespace
16 const content::MainFunctionParams& parameters,
17 const scoped_ptr<content::BrowserMainRunner>& main_runner);
  /cts/tests/src/android/content/cts/
LowPriorityBroadcastReceiver.java 17 package android.content.cts;
  /external/chromium_org/chrome/browser/ui/
media_utils.h 8 #include "content/public/common/media_stream_request.h"
12 namespace content { namespace
17 content::WebContents* web_contents,
19 const content::MediaStreamRequest& request,
20 const content::MediaResponseCallback& callback);
  /external/chromium_org/content/browser/renderer_host/media/
mock_media_observer.cc 5 #include "content/browser/renderer_host/media/mock_media_observer.h"
7 namespace content { namespace
13 } // namespace content
  /external/chromium_org/content/common/indexed_db/
indexed_db_constants.h 8 namespace content { namespace
12 } // namespace content
  /external/chromium_org/content/common/input/
synthetic_gesture_packet.cc 5 #include "content/common/input/synthetic_gesture_packet.h"
7 namespace content { namespace
13 } // namespace content
  /external/chromium_org/content/gpu/
gpu_process.cc 5 #include "content/gpu/gpu_process.h"
7 namespace content { namespace
15 } // namespace content
  /external/chromium_org/content/public/browser/
browser_shutdown.h 8 #include "content/common/content_export.h"
10 namespace content { namespace
28 } // namespace content
media_devices_monitor.h 8 #include "content/common/content_export.h"
10 namespace content { namespace
17 } // namespace content
  /external/chromium_org/content/public/renderer/
android_content_detection_prefixes.cc 5 #include "content/public/renderer/android_content_detection_prefixes.h"
7 namespace content { namespace
13 } // namespace content
  /external/chromium_org/content/public/test/
mock_download_item.cc 5 #include "content/public/test/mock_download_item.h"
7 namespace content { namespace

Completed in 225 milliseconds

12 3 4 5 6 7 8 91011>>