OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTENT_EXPORT
(Results
1 - 25
of
808
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/public/common/
url_constants.h
8
#include "content/common/
content_export
.h"
18
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[]
[
all
...]
content_switches.h
11
#include "content/common/
content_export
.h"
17
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[]
[
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
...]
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);
user_agent.h
10
#include "content/common/
content_export
.h"
15
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(
url_utils.h
11
#include "content/common/
content_export
.h"
19
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();
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);
43
CONTENT_EXPORT
bool PageTransitionIsNewNavigation(PageTransition type);
46
CONTENT_EXPORT
int32 PageTransitionGetQualifier(PageTransition type);
50
CONTENT_EXPORT
bool PageTransitionIsWebTriggerable(PageTransition type);
53
CONTENT_EXPORT
const char* PageTransitionGetCoreTransitionString
[
all
...]
/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[];
render_font_warmup_win.h
8
#include "content/common/
content_export
.h"
17
CONTENT_EXPORT
void DoPreSandboxWarmupForTypeface(SkTypeface* typeface);
21
CONTENT_EXPORT
SkFontMgr* GetPreSandboxWarmupFontMgr();
/external/chromium_org/content/browser/gpu/
compositor_util.h
9
#include "content/common/
content_export
.h"
18
CONTENT_EXPORT
bool IsPinchVirtualViewportEnabled();
21
CONTENT_EXPORT
bool IsThreadedCompositingEnabled();
24
CONTENT_EXPORT
bool IsDelegatedRendererEnabled();
28
CONTENT_EXPORT
bool IsImplSidePaintingEnabled();
31
CONTENT_EXPORT
bool IsGpuRasterizationEnabled();
34
CONTENT_EXPORT
bool IsForceGpuRasterizationEnabled();
36
CONTENT_EXPORT
base::Value* GetFeatureStatus();
37
CONTENT_EXPORT
base::Value* GetProblems();
38
CONTENT_EXPORT
base::Value* GetDriverBugWorkarounds()
[
all
...]
/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/app/mojo/
mojo_init.h
8
#include "content/common/
content_export
.h"
13
CONTENT_EXPORT
void InitializeMojo();
/external/chromium_org/content/public/browser/
browser_shutdown.h
8
#include "content/common/
content_export
.h"
26
CONTENT_EXPORT
void ImmediateShutdownAndExitProcess();
user_metrics.h
12
#include "content/common/
content_export
.h"
20
CONTENT_EXPORT
void RecordAction(const base::UserMetricsAction& action);
21
CONTENT_EXPORT
void RecordComputedAction(const std::string& action);
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/common/android/
gin_java_bridge_value.h
11
#include "content/common/
content_export
.h"
33
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
[
all
...]
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.h
12
#include "content/common/
content_export
.h"
16
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(
accessibility_mode_helper.h
8
#include "content/common/
content_export
.h"
15
CONTENT_EXPORT
AccessibilityMode
22
CONTENT_EXPORT
AccessibilityMode
/external/chromium_org/content/browser/renderer_host/
dip_util.h
8
#include "content/common/
content_export
.h"
21
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(
web_input_event_aura.h
8
#include "content/common/
content_export
.h"
26
CONTENT_EXPORT
blink::WebUChar GetControlCharacter(
29
CONTENT_EXPORT
blink::WebMouseEvent MakeWebMouseEvent(
31
CONTENT_EXPORT
blink::WebMouseWheelEvent MakeWebMouseWheelEvent(
33
CONTENT_EXPORT
blink::WebMouseWheelEvent MakeWebMouseWheelEvent(
35
CONTENT_EXPORT
blink::WebKeyboardEvent MakeWebKeyboardEvent(
37
CONTENT_EXPORT
blink::WebGestureEvent MakeWebGestureEvent(
39
CONTENT_EXPORT
blink::WebGestureEvent MakeWebGestureEvent(
41
CONTENT_EXPORT
blink::WebGestureEvent MakeWebGestureEventFlingCancel();
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.h
9
#include "content/common/
content_export
.h"
16
CONTENT_EXPORT
bool CanOpenWithPepperFlags(int pp_open_flags,
22
CONTENT_EXPORT
bool CanOpenFileSystemURLWithPepperFlags(
/external/chromium_org/content/public/app/
android_library_loader_hooks.h
11
#include "content/common/
content_export
.h"
17
CONTENT_EXPORT
bool EnsureJniRegistered(JNIEnv* env);
23
CONTENT_EXPORT
bool LibraryLoaded(JNIEnv* env,
Completed in 229 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>