HomeSort by relevance Sort by last modified time
    Searched refs:COMPOSITOR_EXPORT (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/compositor/
compositor_switches.h 8 #include "ui/compositor/compositor_export.h"
12 COMPOSITOR_EXPORT extern const char kDisableTestCompositor[];
13 COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[];
14 COMPOSITOR_EXPORT extern const char kUIEnableSoftwareCompositing[];
15 COMPOSITOR_EXPORT extern const char kUIEnableThreadedCompositing[];
16 COMPOSITOR_EXPORT extern const char kUIMaxFramesPending[];
17 COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
compositor_export.h 12 #define COMPOSITOR_EXPORT __declspec(dllexport)
14 #define COMPOSITOR_EXPORT __declspec(dllimport)
19 #define COMPOSITOR_EXPORT __attribute__((visibility("default")))
21 #define COMPOSITOR_EXPORT
26 #define COMPOSITOR_EXPORT
dip_util.h 8 #include "ui/compositor/compositor_export.h"
21 COMPOSITOR_EXPORT float GetDeviceScaleFactor(const Layer* layer);
25 COMPOSITOR_EXPORT gfx::Point ConvertPointToDIP(
28 COMPOSITOR_EXPORT gfx::PointF ConvertPointToDIP(
31 COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
34 COMPOSITOR_EXPORT gfx::Rect ConvertRectToDIP(
37 COMPOSITOR_EXPORT gfx::Point ConvertPointToPixel(
40 COMPOSITOR_EXPORT gfx::Size ConvertSizeToPixel(
43 COMPOSITOR_EXPORT gfx::Rect ConvertRectToPixel(
debug_utils.h 8 #include "ui/compositor/compositor_export.h"
19 COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer,
layer_delegate.h 9 #include "ui/compositor/compositor_export.h"
18 class COMPOSITOR_EXPORT LayerDelegate {
reflector.h 8 #include "ui/compositor/compositor_export.h"
12 class COMPOSITOR_EXPORT Reflector
layer_owner.h 10 #include "ui/compositor/compositor_export.h"
15 class COMPOSITOR_EXPORT LayerOwner {
scoped_animation_duration_scale_mode.h 9 #include "ui/compositor/compositor_export.h"
14 class COMPOSITOR_EXPORT ScopedAnimationDurationScaleMode {
compositor_observer.h 9 #include "ui/compositor/compositor_export.h"
16 class COMPOSITOR_EXPORT CompositorObserver {
layer_animation_delegate.h 11 #include "ui/compositor/compositor_export.h"
18 class COMPOSITOR_EXPORT LayerAnimationDelegate {
scoped_layer_animation_settings.h 13 #include "ui/compositor/compositor_export.h"
25 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings {
compositor.h 17 #include "ui/compositor/compositor_export.h"
65 class COMPOSITOR_EXPORT ContextFactory {
109 class COMPOSITOR_EXPORT DefaultContextFactory : public ContextFactory {
148 class COMPOSITOR_EXPORT TestContextFactory : public ContextFactory {
182 class COMPOSITOR_EXPORT Texture : public base::RefCounted<Texture> {
215 class COMPOSITOR_EXPORT CompositorDelegate {
233 class COMPOSITOR_EXPORT CompositorLock
252 class COMPOSITOR_EXPORT DrawWaiterForTest : public ui::CompositorObserver {
291 class COMPOSITOR_EXPORT Compositor
layer_animation_observer.h 13 #include "ui/compositor/compositor_export.h"
23 class COMPOSITOR_EXPORT LayerAnimationObserver {
81 class COMPOSITOR_EXPORT ImplicitAnimationObserver
layer_animation_element.h 15 #include "ui/compositor/compositor_export.h"
27 class COMPOSITOR_EXPORT LayerAnimationElement {
42 struct COMPOSITOR_EXPORT TargetValue {
layer_animation_sequence.h 15 #include "ui/compositor/compositor_export.h"
36 class COMPOSITOR_EXPORT LayerAnimationSequence
layer_animator.h 18 #include "ui/compositor/compositor_export.h"
43 class COMPOSITOR_EXPORT LayerAnimator
layer.h 61 class COMPOSITOR_EXPORT Layer
test_web_graphics_context_3d.h 12 #include "ui/compositor/compositor_export.h"
22 class COMPOSITOR_EXPORT TestWebGraphicsContext3D :

Completed in 256 milliseconds