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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_ui.h 7 #include "content/public/browser/web_ui_controller.h"
9 class QuotaInternalsUI : public content::WebUIController {
11 explicit QuotaInternalsUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui.h 9 #include "content/public/browser/web_ui_controller.h"
12 class SuggestionsInternalsUI : public content::WebUIController {
14 explicit SuggestionsInternalsUI(content::WebUI* contents);
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.h 8 #include "content/public/browser/web_ui_controller.h"
10 class SyncFileSystemInternalsUI : public content::WebUIController {
12 explicit SyncFileSystemInternalsUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_ui.h 8 #include "content/public/browser/web_ui_controller.h"
10 class TaskManagerUI : public content::WebUIController {
12 explicit TaskManagerUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_ui.h 7 #include "content/public/browser/web_ui_controller.h"
10 class TranslateInternalsUI : public content::WebUIController {
12 explicit TranslateInternalsUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/user_actions/
user_actions_ui.h 8 #include "content/public/browser/web_ui_controller.h"
11 class UserActionsUI : public content::WebUIController {
13 explicit UserActionsUI(content::WebUI* contents);
  /external/chromium_org/chrome/browser/ui/webui/
version_ui.h 8 #include "content/public/browser/web_ui_controller.h"
11 class VersionUI : public content::WebUIController {
13 explicit VersionUI(content::WebUI* web_ui);
welcome_ui_android.h 8 #include "content/public/browser/web_ui_controller.h"
11 class WelcomeUI : public content::WebUIController {
13 explicit WelcomeUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_observer.h 8 namespace content { namespace
16 virtual void OnZoomChanged(content::WebContents* source,
  /external/chromium_org/chrome/browser/
user_data_dir_extractor.h 12 namespace content{ namespace
19 base::FilePath GetUserDataDir(const content::MainFunctionParams& parameters);
  /external/chromium_org/content/public/browser/
navigation_details.cc 5 #include "content/public/browser/navigation_details.h"
7 namespace content { namespace
11 type(content::NAVIGATION_TYPE_UNKNOWN),
19 } // namespace content
  /external/chromium_org/content/shell/app/
shell_content_main.cc 5 #include "content/shell/app/shell_content_main.h"
7 #include "content/public/app/content_main.h"
8 #include "content/shell/app/shell_main_delegate.h"
13 content::ShellMainDelegate delegate;
14 return content::ContentMain(argc, argv, &delegate);
  /external/chromium_org/content/test/
run_all_perftests.cc 5 #include "content/public/test/unittest_test_suite.h"
6 #include "content/test/content_test_suite.h"
9 content::UnitTestTestSuite test_suite(
10 new content::ContentTestSuite(argc, argv));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTemplateElement.idl 32 readonly attribute DocumentFragment content;
  /frameworks/base/core/java/android/content/
ComponentCallbacks.java 17 package android.content;
19 import android.content.res.Configuration;
ISyncStatusObserver.aidl 17 package android.content;
  /frameworks/base/core/java/android/provider/
OpenableColumns.java 19 import android.content.ContentResolver;
20 import android.content.Intent;
26 * To find the content type of a URI, use
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.h 12 #include "content/public/browser/notification_observer.h"
13 #include "content/public/browser/notification_registrar.h"
17 namespace content { namespace
35 public content::NotificationObserver {
40 virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
41 virtual void RunFileChooser(content::WebContents* web_contents,
42 const content::FileChooserParams& params)
44 virtual void CloseContents(content::WebContents* web_contents) OVERRIDE;
45 virtual void FindReply(content::WebContents* web_contents,
51 virtual void FindMatchRectsReply(content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/uber/
uber_ui.h 13 #include "content/public/browser/notification_observer.h"
14 #include "content/public/browser/notification_registrar.h"
15 #include "content/public/browser/web_ui_controller.h"
20 class UberUI : public content::WebUIController {
22 explicit UberUI(content::WebUI* web_ui);
32 content::RenderViewHost* render_view_host) OVERRIDE;
34 content::RenderViewHost* render_view_host) OVERRIDE;
38 typedef std::map<std::string, content::WebUI*> SubpageMap;
49 class UberFrameUI : public content::NotificationObserver,
50 public content::WebUIController
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
ContentImpl.java 8 public class ContentImpl implements Content {
12 * The content type header for this chunk of content.
15 private Object content; field in class:ContentImpl
25 public ContentImpl( String content, String boundary ) {
26 this.content = content;
36 public void setContent(Object content) {
37 this.content = content;
    [all...]
  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.h 9 #include "content/public/browser/web_contents_delegate.h"
15 // content::WebContentsDelegate for use in a Web dialog. Subclasses need only
17 // content::WebContentsDelegate; this way, implementations on all platforms
20 : public content::WebContentsDelegate {
26 virtual content::WebContents* OpenURLFromTab(
27 content::BrowserContext* context,
28 content::WebContents* source,
29 const content::OpenURLParams& params) = 0;
30 virtual void AddNewContents(content::BrowserContext* context,
31 content::WebContents* source
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 18 * This box contains information needed by a Content Protection System to play back the content. The
22 * The data encapsulated in the Data field may be read by the identified Content Protection System to
40 byte[] content; field in class:ProtectionSystemSpecificHeaderBox
54 return content;
57 public void setContent(byte[] content) {
58 this.content = content;
67 return 24 + content.length;
75 IsoTypeWriter.writeUInt32(byteBuffer, content.length)
    [all...]
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.h 12 #include "content/public/browser/web_contents_delegate.h"
16 namespace content { namespace
43 class WebContentsDelegateAndroid : public content::WebContentsDelegate {
51 void SetOwnerWebContents(content::WebContents* contents);
54 virtual content::WebContents* OpenURLFromTab(
55 content::WebContents* source,
56 const content::OpenURLParams& params) OVERRIDE;
57 virtual content::ColorChooser* OpenColorChooser(
58 content::WebContents* source,
60 const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 21 #include "content/public/browser/notification_observer.h"
22 #include "content/public/browser/notification_registrar.h"
23 #include "content/public/browser/web_contents_observer.h"
24 #include "content/public/browser/web_contents_user_data.h"
34 : public content::NotificationObserver,
35 public content::WebContentsObserver,
36 public content::WebContentsUserData<WebNavigationTabObserver> {
41 static WebNavigationTabObserver* Get(content::WebContents* web_contents);
47 content::RenderViewHost* GetRenderViewHostInProcess(int process_id) const;
49 // content::NotificationObserver implementation
    [all...]
  /cts/tests/src/android/content/cts/
MockRemoteContentProvider.java 17 package android.content.cts;

Completed in 262 milliseconds

1 2 3 4 5 6 78 91011>>