Searched refs:CONTENT_EXPORT (Results 1 - 25 of 851) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/common/
H A Durl_constants.h18 CONTENT_EXPORT extern const char kChromeDevToolsScheme[];
19 CONTENT_EXPORT extern const char kChromeUIScheme[]; // Used for WebUIs.
20 CONTENT_EXPORT extern const char kGuestScheme[];
21 CONTENT_EXPORT extern const char kMetadataScheme[];
22 CONTENT_EXPORT extern const char kSwappedOutScheme[];
23 CONTENT_EXPORT extern const char kViewSourceScheme[];
26 CONTENT_EXPORT extern const char kAboutSrcDocURL[];
28 CONTENT_EXPORT extern const char kChromeUIAccessibilityHost[];
29 CONTENT_EXPORT extern const char kChromeUIAppCacheInternalsHost[];
30 CONTENT_EXPORT exter
[all...]
H A Dcontent_switches.h17 CONTENT_EXPORT extern const char kAcceleratedCanvas2dMSAASampleCount[];
18 CONTENT_EXPORT extern const char kAllowFileAccessFromFiles[];
19 CONTENT_EXPORT extern const char kAllowInsecureWebSocketFromHttpsOrigin[];
20 CONTENT_EXPORT extern const char kAllowLoopbackInPeerConnection[];
21 CONTENT_EXPORT extern const char kAllowNoSandboxJob[];
25 CONTENT_EXPORT extern const char kBlinkPlatformLogChannels[];
26 CONTENT_EXPORT extern const char kBlockCrossSiteDocuments[];
27 CONTENT_EXPORT extern const char kBrowserAssertTest[];
28 CONTENT_EXPORT extern const char kBrowserCrashTest[];
29 CONTENT_EXPORT exter
[all...]
H A Dcontent_constants.h19 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[];
33 CONTENT_EXPORT exter
[all...]
H A Dpage_zoom.h22 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);
H A Duser_agent.h15 CONTENT_EXPORT std::string GetWebKitVersion();
18 CONTENT_EXPORT int GetWebKitMajorVersion();
19 CONTENT_EXPORT int GetWebKitMinorVersion();
21 CONTENT_EXPORT std::string GetWebKitRevision();
24 CONTENT_EXPORT std::string BuildOSCpuInfo();
28 CONTENT_EXPORT std::string BuildUserAgentFromProduct(
33 CONTENT_EXPORT std::string BuildUserAgentFromOSAndProduct(
H A Durl_utils.h19 CONTENT_EXPORT const char* const* GetSavableSchemes();
23 CONTENT_EXPORT bool HasWebUIScheme(const GURL& url);
26 CONTENT_EXPORT bool IsSavableURL(const GURL& url);
39 CONTENT_EXPORT void SetMaxURLChars(size_t max_chars);
48 CONTENT_EXPORT size_t GetMaxURLChars();
H A Dchild_process_sandbox_support_linux.h23 CONTENT_EXPORT int MakeSharedMemorySegmentViaIPC(size_t length,
33 CONTENT_EXPORT int MatchFontWithFallback(
50 CONTENT_EXPORT bool GetFontTable(int fd, uint32_t table_tag, off_t offset,
55 CONTENT_EXPORT bool SendZygoteChildPing(int fd);
/external/chromium_org/content/browser/gpu/
H A Dcompositor_util.h18 CONTENT_EXPORT bool IsPinchVirtualViewportEnabled();
21 CONTENT_EXPORT bool IsDelegatedRendererEnabled();
25 CONTENT_EXPORT bool IsImplSidePaintingEnabled();
28 CONTENT_EXPORT bool IsGpuRasterizationEnabled();
31 CONTENT_EXPORT bool IsForceGpuRasterizationEnabled();
34 CONTENT_EXPORT int NumberOfRendererRasterThreads();
38 CONTENT_EXPORT int ForceNumberOfRendererRasterThreads();
41 CONTENT_EXPORT bool UseSurfacesEnabled();
43 CONTENT_EXPORT base::Value* GetFeatureStatus();
44 CONTENT_EXPORT bas
[all...]
/external/chromium_org/content/public/renderer/
H A Dandroid_content_detection_prefixes.h14 CONTENT_EXPORT extern const char kAddressPrefix[];
15 CONTENT_EXPORT extern const char kEmailPrefix[];
16 CONTENT_EXPORT extern const char kPhoneNumberPrefix[];
H A Drender_font_warmup_win.h17 CONTENT_EXPORT void DoPreSandboxWarmupForTypeface(SkTypeface* typeface);
21 CONTENT_EXPORT SkFontMgr* GetPreSandboxWarmupFontMgr();
/external/chromium_org/content/common/
H A Dcontent_constants_internal.h14 CONTENT_EXPORT extern const int kHungRendererDelayMs;
26 CONTENT_EXPORT extern const int kTraceEventBrowserProcessSortIndex;
27 CONTENT_EXPORT extern const int kTraceEventRendererProcessSortIndex;
28 CONTENT_EXPORT extern const int kTraceEventPluginProcessSortIndex;
29 CONTENT_EXPORT extern const int kTraceEventPpapiProcessSortIndex;
30 CONTENT_EXPORT extern const int kTraceEventPpapiBrokerProcessSortIndex;
31 CONTENT_EXPORT extern const int kTraceEventGpuProcessSortIndex;
34 CONTENT_EXPORT extern const int kTraceEventRendererMainThreadSortIndex;
H A Dcontent_export.h12 #define CONTENT_EXPORT __declspec(dllexport) macro
14 #define CONTENT_EXPORT __declspec(dllimport) macro
19 #define CONTENT_EXPORT __attribute__((visibility("default"))) macro
21 #define CONTENT_EXPORT macro
26 #define CONTENT_EXPORT macro
H A Durl_schemes.h22 CONTENT_EXPORT void RegisterContentSchemes(bool lock_standard_schemes);
/external/chromium_org/content/app/mojo/
H A Dmojo_init.h13 CONTENT_EXPORT void InitializeMojo();
/external/chromium_org/content/public/browser/
H A Dbrowser_ipc_logging.h18 CONTENT_EXPORT void EnableIPCLogging(bool enable);
H A Dbrowser_shutdown.h26 CONTENT_EXPORT void ImmediateShutdownAndExitProcess();
H A Duser_metrics.h20 CONTENT_EXPORT void RecordAction(const base::UserMetricsAction& action);
21 CONTENT_EXPORT void RecordComputedAction(const std::string& action);
/external/chromium_org/content/common/android/
H A Dgin_java_bridge_value.h33 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateUndefinedValue();
34 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateNonFiniteValue(
36 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateNonFiniteValue(
38 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateObjectIDValue(
42 CONTENT_EXPORT static bool ContainsGinJavaBridgeValue(
44 CONTENT_EXPORT static scoped_ptr<const GinJavaBridgeValue> FromValue(
47 CONTENT_EXPORT Type GetType() const;
48 CONTENT_EXPORT bool IsType(Type type) const;
50 CONTENT_EXPORT bool GetAsNonFinite(float* out_value) const;
51 CONTENT_EXPORT boo
[all...]
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_utils_win.h16 CONTENT_EXPORT base::string16 IAccessibleRoleToString(int32 ia_role);
17 CONTENT_EXPORT base::string16 IAccessible2RoleToString(int32 ia_role);
18 CONTENT_EXPORT base::string16 IAccessibleStateToString(int32 ia_state);
19 CONTENT_EXPORT void IAccessibleStateToStringVector(
21 CONTENT_EXPORT base::string16 IAccessible2StateToString(int32 ia2_state);
22 CONTENT_EXPORT void IAccessible2StateToStringVector(
H A Daccessibility_mode_helper.h14 CONTENT_EXPORT AccessibilityMode GetBaseAccessibilityMode();
18 CONTENT_EXPORT AccessibilityMode
25 CONTENT_EXPORT AccessibilityMode
/external/chromium_org/content/browser/renderer_host/
H A Ddip_util.h21 CONTENT_EXPORT float GetScaleFactorForView(const RenderWidgetHostView* view);
25 CONTENT_EXPORT gfx::Point ConvertViewPointToDIP(
27 CONTENT_EXPORT gfx::Size ConvertViewSizeToPixel(
29 CONTENT_EXPORT gfx::Rect ConvertViewRectToPixel(
32 CONTENT_EXPORT gfx::Size ConvertSizeToDIP(
34 CONTENT_EXPORT gfx::Rect ConvertRectToDIP(
36 CONTENT_EXPORT gfx::Size ConvertSizeToPixel(
38 CONTENT_EXPORT gfx::Rect ConvertRectToPixel(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_security_helper.h16 CONTENT_EXPORT bool CanOpenWithPepperFlags(int pp_open_flags,
22 CONTENT_EXPORT bool CanOpenFileSystemURLWithPepperFlags(
/external/chromium_org/content/public/app/
H A Dandroid_library_loader_hooks.h17 CONTENT_EXPORT bool EnsureJniRegistered(JNIEnv* env);
23 CONTENT_EXPORT bool LibraryLoaded(JNIEnv* env,
/external/chromium_org/content/common/mojo/
H A Dmojo_messages.h18 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
/external/chromium_org/content/public/browser/android/
H A Ddevtools_auth.h15 CONTENT_EXPORT bool CanUserConnectToDevTools(

Completed in 9229 milliseconds

1234567891011>>