Home
last modified time | relevance | path

Searched defs:Convert (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/mojo/services/public/cpp/geometry/lib/
Dgeometry_type_converters.cc10 PointPtr TypeConverter<PointPtr, gfx::Point>::Convert(const gfx::Point& input) { in Convert() function in mojo::TypeConverter::Point
18 gfx::Point TypeConverter<gfx::Point, PointPtr>::Convert(const PointPtr& input) { in Convert() function in mojo::TypeConverter::Point
25 PointFPtr TypeConverter<PointFPtr, gfx::PointF>::Convert( in Convert() function in mojo::TypeConverter::PointF
34 gfx::PointF TypeConverter<gfx::PointF, PointFPtr>::Convert( in Convert() function in mojo::TypeConverter::PointF
42 SizePtr TypeConverter<SizePtr, gfx::Size>::Convert(const gfx::Size& input) { in Convert() function in mojo::TypeConverter::Size
50 gfx::Size TypeConverter<gfx::Size, SizePtr>::Convert(const SizePtr& input) { in Convert() function in mojo::TypeConverter::Size
57 RectPtr TypeConverter<RectPtr, gfx::Rect>::Convert(const gfx::Rect& input) { in Convert() function in mojo::TypeConverter::Rect
67 gfx::Rect TypeConverter<gfx::Rect, RectPtr>::Convert(const RectPtr& input) { in Convert() function in mojo::TypeConverter::Rect
74 RectFPtr TypeConverter<RectFPtr, gfx::RectF>::Convert(const gfx::RectF& input) { in Convert() function in mojo::TypeConverter::RectF
84 gfx::RectF TypeConverter<gfx::RectF, RectFPtr>::Convert(const RectFPtr& input) { in Convert() function in mojo::TypeConverter::RectF
[all …]
/external/chromium_org/mojo/common/
Dcommon_type_converters.cc15 String TypeConverter<String, base::StringPiece>::Convert( in Convert() function in mojo::TypeConverter::StringPiece
24 base::StringPiece TypeConverter<base::StringPiece, String>::Convert( in Convert() function in mojo::TypeConverter::StringPiece
30 String TypeConverter<String, base::string16>::Convert( in Convert() function in mojo::TypeConverter::string16
36 base::string16 TypeConverter<base::string16, String>::Convert( in Convert() function in mojo::TypeConverter::string16
41 String TypeConverter<String, GURL>::Convert(const GURL& input) { in Convert() function in mojo::TypeConverter
45 GURL TypeConverter<GURL, String>::Convert(const String& input) { in Convert() function in mojo::TypeConverter
49 std::string TypeConverter<std::string, Array<uint8_t> >::Convert( in Convert() function in mojo::TypeConverter::string
58 Array<uint8_t> TypeConverter<Array<uint8_t>, std::string>::Convert( in Convert() function in mojo::TypeConverter::string
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
Dsurfaces_type_converters.cc190 SurfaceIdPtr TypeConverter<SurfaceIdPtr, cc::SurfaceId>::Convert( in Convert() function in mojo::TypeConverter::SurfaceId
198 cc::SurfaceId TypeConverter<cc::SurfaceId, SurfaceIdPtr>::Convert( in Convert() function in mojo::TypeConverter::SurfaceId
204 ColorPtr TypeConverter<ColorPtr, SkColor>::Convert(const SkColor& input) { in Convert() function in mojo::TypeConverter
211 SkColor TypeConverter<SkColor, ColorPtr>::Convert(const ColorPtr& input) { in Convert() function in mojo::TypeConverter
216 RenderPassIdPtr TypeConverter<RenderPassIdPtr, cc::RenderPassId>::Convert( in Convert() function in mojo::TypeConverter::RenderPassId
225 cc::RenderPassId TypeConverter<cc::RenderPassId, RenderPassIdPtr>::Convert( in Convert() function in mojo::TypeConverter::RenderPassId
231 QuadPtr TypeConverter<QuadPtr, cc::DrawQuad>::Convert( in Convert() function in mojo::TypeConverter::DrawQuad
332 TypeConverter<SharedQuadStatePtr, cc::SharedQuadState>::Convert( in Convert() function in mojo::TypeConverter::SharedQuadState
348 PassPtr TypeConverter<PassPtr, cc::RenderPass>::Convert( in Convert() function in mojo::TypeConverter::RenderPass
386 TypeConverter<scoped_ptr<cc::RenderPass>, PassPtr>::Convert( in Convert() function in mojo::TypeConverter::RenderPass
[all …]
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
Dinput_events_type_converters.cc62 EventType TypeConverter<EventType, ui::EventType>::Convert(ui::EventType type) { in Convert() function in mojo::TypeConverter::EventType
79 ui::EventType TypeConverter<ui::EventType, EventType>::Convert(EventType type) { in Convert() function in mojo::TypeConverter::EventType
93 EventPtr TypeConverter<EventPtr, ui::Event>::Convert(const ui::Event& input) { in Convert() function in mojo::TypeConverter::Event
155 EventPtr TypeConverter<EventPtr, ui::KeyEvent>::Convert( in Convert() function in mojo::TypeConverter::KeyEvent
161 scoped_ptr<ui::Event> TypeConverter<scoped_ptr<ui::Event>, EventPtr>::Convert( in Convert() function in mojo::TypeConverter::Event
/external/chromium_org/mojo/services/html_viewer/
Dblink_basic_type_converters.cc15 String TypeConverter<String, WebString>::Convert(const WebString& str) { in Convert() function in mojo::TypeConverter
20 WebString TypeConverter<WebString, String>::Convert(const String& str) { in Convert() function in mojo::TypeConverter
25 Array<uint8_t> TypeConverter<Array<uint8_t>, blink::WebString>::Convert( in Convert() function in mojo::TypeConverter::WebString
Dblink_input_events_type_converters.cc183 TypeConverter<scoped_ptr<blink::WebInputEvent>, EventPtr>::Convert( in Convert() function in mojo::TypeConverter::WebInputEvent
Dwebsockethandle_impl.cc32 static WebSocket::MessageType Convert(WebSocketHandle::MessageType type) { in Convert() function
55 static WebSocketHandle::MessageType Convert(WebSocket::MessageType type) { in Convert() function
/external/chromium_org/base/json/
Djson_value_converter.h144 virtual bool Convert(const base::Value& value, int* field) const OVERRIDE { in Convert() function
157 virtual bool Convert( in Convert() function
171 virtual bool Convert( in Convert() function
185 virtual bool Convert(const base::Value& value, double* field) const OVERRIDE { in Convert() function
198 virtual bool Convert(const base::Value& value, bool* field) const OVERRIDE { in Convert() function
214 virtual bool Convert(const base::Value& value, in Convert() function
233 virtual bool Convert(const base::Value& value, in Convert() function
251 virtual bool Convert( in Convert() function
266 virtual bool Convert( in Convert() function
302 virtual bool Convert(const base::Value& value, in Convert() function
[all …]
/external/chromium_org/media/mojo/services/
Dmedia_type_converters.cc129 scoped_refptr<media::DecoderBuffer> >::Convert( in Convert() function in mojo::TypeConverter::DecoderBuffer
170 scoped_refptr<media::DecoderBuffer>, MediaDecoderBufferPtr>::Convert( in Convert() function in mojo::TypeConverter::DecoderBuffer
212 TypeConverter<AudioDecoderConfigPtr, media::AudioDecoderConfig>::Convert( in Convert() function in mojo::TypeConverter::AudioDecoderConfig
233 TypeConverter<media::AudioDecoderConfig, AudioDecoderConfigPtr>::Convert( in Convert() function in mojo::TypeConverter::AudioDecoderConfig
/external/chromium_org/mojo/services/gles2/
Dcommand_buffer_type_conversions.cc12 TypeConverter<CommandBufferStatePtr, gpu::CommandBuffer::State>::Convert( in Convert() function in mojo::TypeConverter::CommandBuffer::State
26 TypeConverter<gpu::CommandBuffer::State, CommandBufferStatePtr>::Convert( in Convert() function in mojo::TypeConverter::CommandBuffer::State
/external/chromium_org/chrome/browser/ui/webui/omnibox/
Domnibox_ui_handler.cc38 static mojo::Array<AutocompleteAdditionalInfoPtr> Convert( in Convert() function
55 static AutocompleteMatchMojoPtr Convert(const AutocompleteMatch& input) { in Convert() function
97 static AutocompleteResultsForProviderMojoPtr Convert( in Convert() function
/external/llvm/tools/yaml2obj/
Dyaml2obj.cpp65 int convertYAML(yaml::Input & YIn, raw_ostream &Out, ConvertFuncPtr Convert) { in convertYAML()
99 ConvertFuncPtr Convert = nullptr; in main() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp36 struct Convert { struct
37 constexpr Convert(T v) : v(v) {} in Convert() argument
41 template<typename T> Convert<T> ConvertVar(); argument
Dp7-0x.cpp35 struct Convert { struct
36 constexpr Convert(T v) : v(v) {} in Convert() argument
40 template<typename T> Convert<T> ConvertVar(); argument
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dtype_conversion_unittest.cc45 static test::RectPtr Convert(const RedmondRect& input) { in Convert() function
57 static RedmondRect Convert(const test::RectPtr& input) { in Convert() function
69 static test::NamedRegionPtr Convert(const RedmondNamedRegion& input) { in Convert() function
79 static RedmondNamedRegion Convert(const test::NamedRegionPtr& input) { in Convert() function
/external/chromium_org/mojo/public/python/mojo/bindings/
Ddescriptor.py21 def Convert(self, value): # pylint: disable=R0201 member in Type
92 def Convert(self, value): member in BooleanType
125 def Convert(self, value): member in IntegerType
139 def Convert(self, value): member in FloatType
192 def Convert(self, value): member in StringType
218 def Convert(self, value): member in HandleType
274 def Convert(self, value): member in BooleanArrayType
303 def Convert(self, value): member in GenericArrayType
353 def Convert(self, value): member in NativeArrayType
380 def Convert(self, value): member in StructType
[all …]
/external/openfst/src/include/fst/
Dregister.h107 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); } in Convert() function
118 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() function
/external/openfst/src/script/
Dconvert.cc25 FstClass *Convert(const FstClass &ifst, const string &new_type) { in Convert() function
/external/openfst/src/include/fst/script/
Dconvert.h32 void Convert(ConvertArgs *args) { in Convert() function
Dfst-class.h232 static FstClassImplBase *Convert(const FstClass &other) { in Convert() function
325 static FstClassImplBase *Convert(const FstClass &other) { in Convert() function
369 static FstClassImplBase *Convert(const FstClass &other) { in Convert() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h147 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); } in Convert() function
158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() function
/external/chromium_org/v8/test/cctest/
Dtest-declarative-accessors.cc149 static v8::Handle<v8::Value> Convert(int32_t value, v8::Isolate* isolate) { in Convert() function
154 static v8::Handle<v8::Value> Convert(float value, v8::Isolate* isolate) { in Convert() function
159 static v8::Handle<v8::Value> Convert(double value, v8::Isolate* isolate) { in Convert() function
/external/clang/test/SemaCXX/
Dwarn-float-conversion.cpp19 void Convert(float f, double d, long double ld) { in Convert() function
/external/chromium_org/content/common/
Dinter_process_time_ticks_converter.cc68 int64 InterProcessTimeTicksConverter::Convert(int64 value) const { in Convert() function in content::InterProcessTimeTicksConverter
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h103 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function
112 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function

123