HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_EXPORT (Results 1 - 25 of 610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/common/
url_constants.h 8 #include "content/common/content_export.h"
18 CONTENT_EXPORT extern const char kAboutScheme[];
19 CONTENT_EXPORT extern const char kBlobScheme[];
20 CONTENT_EXPORT extern const char kChromeDevToolsScheme[];
21 CONTENT_EXPORT extern const char kChromeInternalScheme[];
22 CONTENT_EXPORT extern const char kChromeUIScheme[]; // Used for WebUIs.
23 CONTENT_EXPORT extern const char kDataScheme[];
24 CONTENT_EXPORT extern const char kFileScheme[];
25 CONTENT_EXPORT extern const char kFileSystemScheme[];
26 CONTENT_EXPORT extern const char kFtpScheme[]
    [all...]
content_switches.h 11 #include "content/common/content_export.h"
17 CONTENT_EXPORT extern const char kAllowFileAccessFromFiles[];
18 CONTENT_EXPORT extern const char kAllowNoSandboxJob[];
23 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[];
24 CONTENT_EXPORT extern const char kBlacklistWebGL[];
25 CONTENT_EXPORT extern const char kBrowserAssertTest[];
26 CONTENT_EXPORT extern const char kBrowserCrashTest[];
27 CONTENT_EXPORT extern const char kBrowserSubprocessPath[];
29 CONTENT_EXPORT extern const char kDefaultTileWidth[];
30 CONTENT_EXPORT extern const char kDefaultTileHeight[]
    [all...]
content_constants.h 13 #include "content/common/content_export.h"
19 CONTENT_EXPORT extern const base::FilePath::CharType kAppCacheDirname[];
22 CONTENT_EXPORT extern const base::FilePath::CharType kPepperDataDirname[];
25 CONTENT_EXPORT extern const char kBrowserPluginMimeType[];
27 CONTENT_EXPORT extern const char kFlashPluginName[];
28 CONTENT_EXPORT extern const char kFlashPluginSwfMimeType[];
29 CONTENT_EXPORT extern const char kFlashPluginSwfExtension[];
30 CONTENT_EXPORT extern const char kFlashPluginSwfDescription[];
31 CONTENT_EXPORT extern const char kFlashPluginSplMimeType[];
32 CONTENT_EXPORT extern const char kFlashPluginSplExtension[]
    [all...]
url_utils.h 8 #include "content/common/content_export.h"
16 CONTENT_EXPORT const char* const* GetSavableSchemes();
20 CONTENT_EXPORT bool HasWebUIScheme(const GURL& url);
23 CONTENT_EXPORT bool IsSavableURL(const GURL& url);
page_zoom.h 8 #include "content/common/content_export.h"
22 CONTENT_EXPORT extern const double kMinimumZoomFactor;
26 CONTENT_EXPORT extern const double kMaximumZoomFactor;
32 CONTENT_EXPORT extern const double kEpsilon;
36 CONTENT_EXPORT bool ZoomValuesEqual(double value_a, double value_b);
39 CONTENT_EXPORT double ZoomLevelToZoomFactor(double zoom_level);
40 CONTENT_EXPORT double ZoomFactorToZoomLevel(double factor);
page_transition_types.h 9 #include "content/common/content_export.h"
23 CONTENT_EXPORT bool PageTransitionCoreTypeIs(PageTransition lhs,
27 CONTENT_EXPORT PageTransition PageTransitionStripQualifier(
32 CONTENT_EXPORT PageTransition PageTransitionFromInt(int32 type);
36 CONTENT_EXPORT bool PageTransitionIsMainFrame(PageTransition type);
39 CONTENT_EXPORT bool PageTransitionIsRedirect(PageTransition type);
42 CONTENT_EXPORT int32 PageTransitionGetQualifier(PageTransition type);
46 CONTENT_EXPORT bool PageTransitionIsWebTriggerable(PageTransition type);
49 CONTENT_EXPORT const char* PageTransitionGetCoreTransitionString(
  /external/chromium_org/content/public/renderer/
android_content_detection_prefixes.h 8 #include "content/common/content_export.h"
14 CONTENT_EXPORT extern const char kAddressPrefix[];
15 CONTENT_EXPORT extern const char kEmailPrefix[];
16 CONTENT_EXPORT extern const char kPhoneNumberPrefix[];
history_item_serialization.h 10 #include "content/common/content_export.h"
19 CONTENT_EXPORT PageState HistoryItemToPageState(
21 CONTENT_EXPORT WebKit::WebHistoryItem PageStateToHistoryItem(
  /external/chromium_org/content/common/
content_constants_internal.h 9 #include "content/common/content_export.h"
14 CONTENT_EXPORT extern const int kHungRendererDelayMs;
23 CONTENT_EXPORT extern const int kTraceEventBrowserProcessSortIndex;
24 CONTENT_EXPORT extern const int kTraceEventRendererProcessSortIndex;
25 CONTENT_EXPORT extern const int kTraceEventPluginProcessSortIndex;
26 CONTENT_EXPORT extern const int kTraceEventPpapiProcessSortIndex;
27 CONTENT_EXPORT extern const int kTraceEventPpapiBrokerProcessSortIndex;
28 CONTENT_EXPORT extern const int kTraceEventGpuProcessSortIndex;
31 CONTENT_EXPORT extern const int kTraceEventRendererMainThreadSortIndex;
content_export.h 12 #define CONTENT_EXPORT __declspec(dllexport)
14 #define CONTENT_EXPORT __declspec(dllimport)
19 #define CONTENT_EXPORT __attribute__((visibility("default")))
21 #define CONTENT_EXPORT
26 #define CONTENT_EXPORT
url_schemes.h 8 #include "content/common/content_export.h"
22 CONTENT_EXPORT void RegisterContentSchemes(bool lock_standard_schemes);
  /external/chromium_org/content/public/browser/
compositor_util.h 8 #include "content/common/content_export.h"
13 CONTENT_EXPORT bool IsThreadedCompositingEnabled();
16 CONTENT_EXPORT bool IsForceCompositingModeEnabled();
browser_shutdown.h 8 #include "content/common/content_export.h"
26 CONTENT_EXPORT void ImmediateShutdownAndExitProcess();
media_devices_monitor.h 8 #include "content/common/content_export.h"
15 CONTENT_EXPORT void EnsureMonitorCaptureDevices();
browser_ipc_logging.h 8 #include "content/common/content_export.h"
18 CONTENT_EXPORT void EnableIPCLogging(bool enable);
  /external/chromium_org/content/browser/download/
file_metadata_linux.h 8 #include "content/common/content_export.h"
22 CONTENT_EXPORT extern const char kSourceURLAttrName[];
23 CONTENT_EXPORT extern const char kReferrerURLAttrName[];
28 CONTENT_EXPORT void AddOriginMetadataToFile(const base::FilePath& file,
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.h 12 #include "content/common/content_export.h"
16 CONTENT_EXPORT string16 IAccessibleRoleToString(int32 ia_role);
17 CONTENT_EXPORT string16 IAccessible2RoleToString(int32 ia_role);
18 CONTENT_EXPORT string16 IAccessibleStateToString(int32 ia_state);
19 CONTENT_EXPORT void IAccessibleStateToStringVector(
21 CONTENT_EXPORT string16 IAccessible2StateToString(int32 ia2_state);
22 CONTENT_EXPORT void IAccessible2StateToStringVector(
browser_accessibility_win.h 17 #include "content/common/content_export.h"
85 CONTENT_EXPORT static const char16 kEmbeddedCharacter[];
92 CONTENT_EXPORT BrowserAccessibilityWin();
94 CONTENT_EXPORT virtual ~BrowserAccessibilityWin();
103 CONTENT_EXPORT virtual void PreInitialize() OVERRIDE;
104 CONTENT_EXPORT virtual void PostInitialize() OVERRIDE;
105 CONTENT_EXPORT virtual void NativeAddReference() OVERRIDE;
106 CONTENT_EXPORT virtual void NativeReleaseReference() OVERRIDE;
107 CONTENT_EXPORT virtual bool IsNative() const OVERRIDE;
108 CONTENT_EXPORT virtual void SetLocation(const gfx::Rect& new_location
    [all...]
  /external/chromium_org/content/public/app/
android_library_loader_hooks.h 11 #include "content/common/content_export.h"
19 CONTENT_EXPORT bool RegisterLibraryLoaderEntryHook(JNIEnv* env,
24 CONTENT_EXPORT void LibraryLoaderExitHook();
  /external/chromium_org/content/child/indexed_db/
indexed_db_key_builders.h 8 #include "content/common/content_export.h"
22 class CONTENT_EXPORT IndexedDBKeyBuilder {
27 class CONTENT_EXPORT WebIDBKeyBuilder {
32 class CONTENT_EXPORT IndexedDBKeyRangeBuilder {
37 class CONTENT_EXPORT IndexedDBKeyPathBuilder {
42 class CONTENT_EXPORT WebIDBKeyPathBuilder {
  /external/chromium_org/content/renderer/media/crypto/
key_systems.h 12 #include "content/common/content_export.h"
23 CONTENT_EXPORT bool IsSupportedKeySystem(const WebKit::WebString& key_system);
26 CONTENT_EXPORT bool IsSupportedKeySystemWithMediaMimeType(
32 CONTENT_EXPORT std::string KeySystemNameForUMA(
36 CONTENT_EXPORT bool CanUseAesDecryptor(const std::string& key_system);
41 CONTENT_EXPORT std::string GetPepperType(const std::string& key_system);
46 CONTENT_EXPORT std::vector<uint8> GetUUID(const std::string& key_system);
  /external/chromium_org/content/browser/web_contents/
drag_utils_gtk.h 10 #include "content/common/content_export.h"
17 CONTENT_EXPORT GdkDragAction WebDragOpToGdkDragAction(
19 CONTENT_EXPORT WebKit::WebDragOperationsMask GdkDragActionToWebDragOp(
  /external/chromium_org/content/common/media/
media_stream_options.h 11 #include "content/common/content_export.h"
17 CONTENT_EXPORT extern const char kMediaStreamSource[];
18 CONTENT_EXPORT extern const char kMediaStreamSourceId[];
19 CONTENT_EXPORT extern const char kMediaStreamSourceInfoId[];
20 CONTENT_EXPORT extern const char kMediaStreamSourceTab[];
21 CONTENT_EXPORT extern const char kMediaStreamSourceScreen[];
22 CONTENT_EXPORT extern const char kMediaStreamSourceSystem[];
27 struct CONTENT_EXPORT StreamOptions {
41 struct CONTENT_EXPORT StreamDeviceInfo {
  /external/chromium_org/content/browser/android/
browser_jni_registrar.h 10 #include "content/common/content_export.h"
16 CONTENT_EXPORT bool RegisterBrowserJni(JNIEnv* env);
  /external/chromium_org/content/browser/
browser_main.h 9 #include "content/common/content_export.h"
17 CONTENT_EXPORT int BrowserMain(const content::MainFunctionParams& parameters);

Completed in 363 milliseconds

1 2 3 4 5 6 7 8 91011>>