/external/chromium_org/content/renderer/compositor_bindings/ |
web_scroll_offset_animation_curve_impl.h | 16 namespace cc { namespace 39 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 42 scoped_ptr<cc::ScrollOffsetAnimationCurve> curve_;
|
web_to_cc_animation_delegate_adapter.h | 10 #include "cc/animation/animation_delegate.h" 18 class WebToCCAnimationDelegateAdapter : public cc::AnimationDelegate { 26 cc::Animation::TargetProperty target_property) OVERRIDE; 29 cc::Animation::TargetProperty target_property) OVERRIDE;
|
web_image_layer_impl.cc | 7 #include "cc/layers/image_layer.h" 8 #include "cc/layers/picture_image_layer.h" 16 layer_.reset(new WebLayerImplFixedBounds(cc::PictureImageLayer::Create())); 18 layer_.reset(new WebLayerImpl(cc::ImageLayer::Create())); 30 static_cast<cc::PictureImageLayer*>(layer_->layer())->SetBitmap(bitmap); 34 static_cast<cc::ImageLayer*>(layer_->layer())->SetBitmap(bitmap);
|
web_nine_patch_layer_impl.cc | 8 #include "cc/base/switches.h" 9 #include "cc/layers/nine_patch_layer.h" 10 #include "cc/layers/picture_image_layer.h" 17 layer_.reset(new WebLayerImpl(cc::NinePatchLayer::Create())); 38 cc::NinePatchLayer* nine_patch = 39 static_cast<cc::NinePatchLayer*>(layer_->layer()); 44 cc::NinePatchLayer* nine_patch = 45 static_cast<cc::NinePatchLayer*>(layer_->layer()); 50 cc::NinePatchLayer* nine_patch = 51 static_cast<cc::NinePatchLayer*>(layer_->layer()) [all...] |
/external/chromium_org/ppapi/cpp/ |
url_loader.cc | 41 const CompletionCallback& cc) { 43 return cc.MayForce(PP_ERROR_NOINTERFACE); 46 cc.pp_completion_callback()); 49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) { 51 return cc.MayForce(PP_ERROR_NOINTERFACE); 53 pp_resource(), cc.pp_completion_callback()); 83 const CompletionCallback& cc) { 85 return cc.MayForce(PP_ERROR_NOINTERFACE); 87 pp_resource(), buffer, bytes_to_read, cc.pp_completion_callback()); 90 int32_t URLLoader::FinishStreamingToFile(const CompletionCallback& cc) { [all...] |
url_loader.h | 21 /// Refer to <code>ppapi/examples/url_loader/streaming.cc</code> 55 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous 63 const CompletionCallback& cc); 68 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous 76 int32_t FollowRedirect(const CompletionCallback& cc); 129 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous 138 const CompletionCallback& cc); 146 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous 153 int32_t FinishStreamingToFile(const CompletionCallback& cc);
|
/external/compiler-rt/lib/ubsan/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 14 CXXSources := ubsan_type_hash.cc ubsan_handlers_cxx.cc 16 ObjNames := $(Sources:%.cc=%.o) 25 UbsanFunctions := $(CSources:%.cc=%) 26 UbsanCXXFunctions := $(CXXSources:%.cc=%)
|
/external/llvm/test/MC/AsmParser/ |
vararg.s | 3 .if cc 9 .if cc 15 .if cc 21 .if cc 36 .set cc,1 49 .set cc,0
|
/external/valgrind/main/none/tests/s390x/ |
stfle.stdout.exp | 1 the value of cc is 0 and #double words is 2 2 the value of cc is 0 and #double words is 2 4 the value of cc is 0 and #double words is 2 6 the value of cc is 3 and #double words is 2 7 the value of cc is 3 and #double words is 2 9 the value of cc is 3 and #double words is 2
|
/ndk/sources/android/support/tests/ |
Android.mk | 7 LOCAL_SRC_FILES := minitest/minitest.cc 15 ctype_unittest.cc \ 16 math_unittest.cc \ 17 stdio_unittest.cc \ 18 wchar_unittest.cc 22 libdl_unittest.cc
|
/external/chromium_org/cc/debug/ |
benchmark_instrumentation.h | 8 #include "cc/debug/rendering_stats.h" 10 namespace cc { namespace 20 } // namespace cc
|
/external/chromium_org/cc/layers/ |
layer_utils.h | 8 #include "cc/base/cc_export.h" 14 namespace cc { namespace 27 } // namespace cc
|
paint_properties.h | 10 namespace cc { namespace 21 } // namespace cc
|
render_pass_sink.h | 9 #include "cc/base/cc_export.h" 11 namespace cc { namespace 22 } // namespace cc
|
texture_layer_client.h | 8 #include "cc/resources/single_release_callback.h" 10 namespace cc { namespace 28 } // namespace cc
|
/external/chromium_org/cc/resources/ |
layer_updater.cc | 5 #include "cc/resources/layer_updater.h" 7 #include "cc/resources/prioritized_resource.h" 9 namespace cc { namespace 16 } // namespace cc
|
ui_resource_client.h | 11 #include "cc/base/cc_export.h" 13 namespace cc { namespace 32 } // namespace cc
|
/external/chromium_org/cc/test/ |
fake_tile_manager_client.cc | 5 #include "cc/test/fake_tile_manager_client.h" 9 namespace cc { namespace 22 } // namespace cc
|
impl_side_painting_settings.h | 8 #include "cc/trees/layer_tree_settings.h" 10 namespace cc { namespace 24 } // namespace cc
|
layer_tree_json_parser.h | 12 namespace cc { namespace 20 } // namespace cc
|
ordered_simple_task_runner.h | 12 namespace cc { namespace 30 } // namespace cc
|
/external/chromium_org/ppapi/cpp/private/ |
isolated_file_system_private.cc | 33 const CompletionCallbackWithOutput<pp::FileSystem>& cc) { 35 return cc.MayForce(PP_ERROR_NOINTERFACE); 37 Open(instance_, type_, cc.output(), cc.pp_completion_callback());
|
/external/chromium_org/third_party/webrtc/base/ |
webrtc_base.target.darwin-arm64.mk | 21 LOCAL_CPP_EXTENSION := .cc 27 third_party/webrtc/base/asyncfile.cc \ 28 third_party/webrtc/base/asynchttprequest.cc \ 29 third_party/webrtc/base/asyncsocket.cc \ 30 third_party/webrtc/base/asynctcpsocket.cc \ 31 third_party/webrtc/base/asyncudpsocket.cc \ 32 third_party/webrtc/base/autodetectproxy.cc \ 33 third_party/webrtc/base/base64.cc \ 34 third_party/webrtc/base/bytebuffer.cc \ 35 third_party/webrtc/base/checks.cc \ [all...] |
webrtc_base.target.darwin-mips.mk | 21 LOCAL_CPP_EXTENSION := .cc 27 third_party/webrtc/base/asyncfile.cc \ 28 third_party/webrtc/base/asynchttprequest.cc \ 29 third_party/webrtc/base/asyncsocket.cc \ 30 third_party/webrtc/base/asynctcpsocket.cc \ 31 third_party/webrtc/base/asyncudpsocket.cc \ 32 third_party/webrtc/base/autodetectproxy.cc \ 33 third_party/webrtc/base/base64.cc \ 34 third_party/webrtc/base/bytebuffer.cc \ 35 third_party/webrtc/base/checks.cc \ [all...] |
webrtc_base.target.darwin-x86.mk | 21 LOCAL_CPP_EXTENSION := .cc 27 third_party/webrtc/base/asyncfile.cc \ 28 third_party/webrtc/base/asynchttprequest.cc \ 29 third_party/webrtc/base/asyncsocket.cc \ 30 third_party/webrtc/base/asynctcpsocket.cc \ 31 third_party/webrtc/base/asyncudpsocket.cc \ 32 third_party/webrtc/base/autodetectproxy.cc \ 33 third_party/webrtc/base/base64.cc \ 34 third_party/webrtc/base/bytebuffer.cc \ 35 third_party/webrtc/base/checks.cc \ [all...] |