Searched defs:PrintTo (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRectTest.cpp42 void PrintTo(const IntRect& rect, std::ostream* os) function in namespace:blink
H A DFloatRoundedRectTest.cpp40 void PrintTo(const FloatSize& size, std::ostream* os) function in namespace:blink
47 void PrintTo(const FloatRect& rect, std::ostream* os) function in namespace:blink
56 void PrintTo(const FloatRoundedRect::Radii& radii, std::ostream* os) function in namespace:blink
65 void PrintTo(const FloatRoundedRect& roundedRect, std::ostream* os) function in namespace:blink
H A DFloatBoxTestHelpers.cpp31 void blink::PrintTo(const FloatBox& box, ::std::ostream* os) function in class:blink
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFloatPointTestHelpers.h40 inline void PrintTo(const FloatPoint& point, ::std::ostream* os) function in namespace:blink
H A DFloatQuadTestHelpers.h41 inline void PrintTo(const FloatQuad& quad, ::std::ostream* os) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimensionTest.cpp40 void PrintTo(const HTMLDimension& dimension, ::std::ostream* os) function in namespace:blink
/external/chromium_org/dbus/
H A Dobject_path.cc29 void PrintTo(const ObjectPath& path, std::ostream* out) { function in namespace:dbus
/external/chromium_org/extensions/common/
H A Dinstall_warning.cc26 void PrintTo(const InstallWarning& warning, ::std::ostream* os) { function in namespace:extensions
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderOverflowTest.cpp43 void PrintTo(const LayoutRect& rect, std::ostream* os) function in namespace:blink
/external/chromium_org/cc/test/
H A Dbegin_frame_args_test.cc61 PrintTo(args, &os);
65 void PrintTo(const BeginFrameArgs& args, ::std::ostream* os) { function in namespace:cc
H A Dtest_now_source.cc121 void PrintTo(const scoped_refptr<TestNowSource>& src, ::std::ostream* os) { function in namespace:cc
/external/chromium_org/chrome/common/
H A Dinstant_restricted_id_cache_unittest.cc25 void PrintTo(const TestData& data, std::ostream* os) { function in namespace:__anon5679
/external/chromium_org/components/invalidation/
H A Dinvalidation_test_util.cc101 void PrintTo(const AckHandle& ack_handle, ::std::ostream* os) { function in namespace:syncer
112 void PrintTo(const Invalidation& inv, ::std::ostream* os) { function in namespace:syncer
H A Dunacked_invalidation_set_test_util.cc144 void PrintTo(const UnackedInvalidationSet& invalidations, function in namespace:syncer::test_util
156 void PrintTo(const UnackedInvalidationsMap& map, ::std::ostream* os) { function in namespace:syncer::test_util
/external/chromium_org/sync/api/
H A Dsync_change.cc82 void PrintTo(const SyncChange& sync_change, std::ostream* os) { function in namespace:syncer
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type_test_util.cc9 void PrintTo(ModelTypeSet model_types, ::std::ostream* os) { function in namespace:syncer
27 // No need to annotate listener since we already define PrintTo().
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueTestHelper.h64 inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue") function in namespace:blink
69 inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const char* typeName = "CSSPrimitiveValue") function in namespace:blink
71 PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager_unittest.cc20 void PrintTo(const InputModeTestCase& data, std::ostream* os) { function in namespace:ui::__anon16649
H A Dtsf_input_scope_unittest.cc22 void PrintTo(const GetInputScopesTestCase& data, std::ostream* os) { function in namespace:ui::__anon16651
/external/llvm/unittests/Support/
H A DBranchProbabilityTest.cpp17 void PrintTo(const BranchProbability &P, ::std::ostream *os) { function in namespace:llvm
H A DScaledNumberTest.cpp36 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) { function in namespace:__anon26547
/external/chromium_org/base/strings/
H A Dstring16.cc74 void PrintTo(const string16& str, std::ostream* out) { function in namespace:base
/external/chromium_org/base/test/
H A Dtest_pending_task.cc69 PrintTo(task, &os);
73 void PrintTo(const TestPendingTask& task, std::ostream* os) { function in namespace:base
/external/chromium_org/device/bluetooth/
H A Dbluetooth_uuid.cc91 void PrintTo(const BluetoothUUID& uuid, std::ostream* out) { function in namespace:device
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.cpp42 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os) function in namespace:blink
47 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os) function in namespace:blink
54 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os) function in namespace:blink
56 PrintTo(*(animImage.toCSSValue()), os, "AnimatableImage");
59 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os) function in namespace:blink
64 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os) function in namespace:blink
70 PrintTo(*(it->get()), os);
77 void PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os) function in namespace:blink
83 void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os) function in namespace:blink
88 void PrintTo(cons function in namespace:blink
101 void PrintTo(const AnimatableTransform& animTransform, ::std::ostream* os) function in namespace:blink
151 void PrintTo(const AnimatableUnknown& animUnknown, ::std::ostream* os) function in namespace:blink
156 void PrintTo(const AnimatableVisibility& animVisibility, ::std::ostream* os) function in namespace:blink
175 void PrintTo(const AnimatableValue& animValue, ::std::ostream* os) function in namespace:blink
[all...]

Completed in 875 milliseconds

1234