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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValueTestHelper.h 64 void PrintTo(const AnimatableClipPathOperation&, ::std::ostream*);
65 void PrintTo(const AnimatableColor&, ::std::ostream*);
66 void PrintTo(const AnimatableImage&, ::std::ostream*);
67 void PrintTo(const AnimatableNeutral&, ::std::ostream*);
68 void PrintTo(const AnimatableRepeatable&, ::std::ostream*);
69 void PrintTo(const AnimatableSVGLength&, ::std::ostream*);
70 void PrintTo(const AnimatableShapeValue&, ::std::ostream*);
71 void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*);
72 void PrintTo(const AnimatableTransform&, ::std::ostream*);
73 void PrintTo(const AnimatableUnknown&, ::std::ostream*)
    [all...]
AnimatableValueTestHelper.cpp 42 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os)
47 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os)
54 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os)
56 PrintTo(*(animImage.toCSSValue()), os, "AnimatableImage");
59 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os)
64 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os)
70 PrintTo(*(it->get()), os);
77 void PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os)
83 void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os)
88 void PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os
    [all...]
  /external/chromium_org/components/invalidation/
invalidation_test_util.h 17 void PrintTo(const AckHandle& ack_handle, ::std::ostream* os);
20 void PrintTo(const Invalidation& invalidation, ::std::ostream* os);
unacked_invalidation_set_test_util.h 16 void PrintTo(const UnackedInvalidationSet& invalidations, ::std::ostream* os);
18 void PrintTo(const UnackedInvalidationsMap& map, ::std::ostream* os);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueTestHelper.h 64 inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
69 inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const char* typeName = "CSSPrimitiveValue")
71 PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
  /external/chromium_org/sync/internal_api/public/base/
model_type_test_util.h 16 void PrintTo(ModelTypeSet model_types, ::std::ostream* os);
model_type_test_util.cc 9 void PrintTo(ModelTypeSet model_types, ::std::ostream* os) {
27 // No need to annotate listener since we already define PrintTo().
  /external/chromium_org/ui/gfx/test/
gfx_util.cc 93 void PrintTo(const BoxF& box, ::std::ostream* os) {
97 void PrintTo(const Point& point, ::std::ostream* os) {
101 void PrintTo(const Point3F& point, ::std::ostream* os) {
105 void PrintTo(const PointF& point, ::std::ostream* os) {
109 void PrintTo(const QuadF& quad, ::std::ostream* os) {
113 void PrintTo(const Rect& rect, ::std::ostream* os) {
117 void PrintTo(const RectF& rect, ::std::ostream* os) {
121 void PrintTo(const Size& size, ::std::ostream* os) {
125 void PrintTo(const SizeF& size, ::std::ostream* os) {
129 void PrintTo(const Transform& transform, ::std::ostream* os)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxTestHelpers.h 31 void PrintTo(const FloatBox&, ::std::ostream*);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FloatPointTestHelpers.h 40 inline void PrintTo(const FloatPoint& point, ::std::ostream* os)
FloatQuadTestHelpers.h 41 inline void PrintTo(const FloatQuad& quad, ::std::ostream* os)
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
123 // nor PrintTo().
133 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
165 // Since T has no << operator or PrintTo() but can be implicitly
183 // type T and T has neither << operator nor PrintTo().
220 // user doesn't define PrintTo() for it.
271 // a PrintTo() for it.
289 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/chromium_org/dbus/
object_path.cc 29 void PrintTo(const ObjectPath& path, std::ostream* out) {
object_path.h 51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
  /external/chromium_org/v8/src/compiler/
operator.h 90 virtual OStream& PrintTo(OStream& os) const = 0; // NOLINT
122 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLINT
136 static OStream& PrintTo(OStream& os, T val) { // NOLINT
148 static OStream& PrintTo(OStream& os, int val) { // NOLINT
158 static OStream& PrintTo(OStream& os, double val) { // NOLINT
172 static OStream& PrintTo(OStream& os, Unique<Object> val) { // NOLINT
184 static OStream& PrintTo(OStream& os, Unique<Name> val) { // NOLINT
196 static OStream& PrintTo(OStream& os, Handle<Object> val) { // NOLINT
237 return StaticParameterTraits<T>::PrintTo(os << "[", parameter_) << "]";
241 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLIN
    [all...]
  /external/chromium_org/cc/test/
begin_frame_args_test.h 42 void PrintTo(const BeginFrameArgs& args, ::std::ostream* os);
  /external/chromium_org/device/bluetooth/
bluetooth_uuid.h 93 void PrintTo(const BluetoothUUID& uuid, std::ostream* out);
  /external/chromium_org/extensions/common/
install_warning.cc 26 void PrintTo(const InstallWarning& warning, ::std::ostream* os) {
install_warning.h 44 void PrintTo(const InstallWarning&, ::std::ostream* os);
  /external/chromium_org/sync/api/
sync_change.h 60 // printing method, PrintTo.
74 SYNC_EXPORT void PrintTo(const SyncChange& sync_change, std::ostream* os);
  /external/chromium_org/base/test/
test_pending_task.h 68 void PrintTo(const TestPendingTask& task, std::ostream* os);

Completed in 1307 milliseconds

1 2 3 4 5 6