Searched refs:Unwrap (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/remoting/base/
H A Ddispatch_win.h73 // Unwrap() routines unpack the output parameters from VARIANTARG structures
76 void Unwrap(const VARIANT& param_out) { function in class:remoting::dispatch::internal::ScopedVariantArg
80 void Unwrap(VARIANT* const & param_out) { function in class:remoting::dispatch::internal::ScopedVariantArg
155 // Unwrap the return value.
157 result.Unwrap(result_out);
205 // Unwrap the parameters.
206 disp_args[1 - 1].Unwrap(p1);
208 // Unwrap the return value.
210 result.Unwrap(result_out);
262 // Unwrap th
[all...]
/external/chromium_org/base/
H A Dtuple.h543 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg));
548 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a));
555 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
556 base::internal::UnwrapTraits<B>::Unwrap(arg.b));
562 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
563 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
564 base::internal::UnwrapTraits<C>::Unwrap(arg.c));
570 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
571 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
572 base::internal::UnwrapTraits<C>::Unwrap(ar
[all...]
H A Dbind_helpers.h385 // Unwrap the stored parameters for the wrappers above.
389 static ForwardType Unwrap(const T& o) { return o; } function in struct:base::internal::UnwrapTraits
395 static ForwardType Unwrap(UnretainedWrapper<T> unretained) { function in struct:base::internal::UnwrapTraits
403 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) { function in struct:base::internal::UnwrapTraits
411 static ForwardType Unwrap(const scoped_refptr<T>& o) { return o.get(); } function in struct:base::internal::UnwrapTraits
417 static ForwardType Unwrap(const WeakPtr<T>& o) { return o; } function in struct:base::internal::UnwrapTraits
423 static ForwardType Unwrap(const OwnedWrapper<T>& o) { function in struct:base::internal::UnwrapTraits
431 static T Unwrap(PassedWrapper<T>& o) { function in struct:base::internal::UnwrapTraits
H A Dbind_internal.h1165 Bound1UnwrapTraits::Unwrap(storage->p1_);
1218 Bound1UnwrapTraits::Unwrap(storage->p1_);
1245 Bound1UnwrapTraits::Unwrap(storage->p1_);
1247 Bound2UnwrapTraits::Unwrap(storage->p2_);
1309 Bound1UnwrapTraits::Unwrap(storage->p1_);
1340 Bound1UnwrapTraits::Unwrap(storage->p1_);
1342 Bound2UnwrapTraits::Unwrap(storage->p2_);
1372 Bound1UnwrapTraits::Unwrap(storage->p1_);
1374 Bound2UnwrapTraits::Unwrap(storage->p2_);
1376 Bound3UnwrapTraits::Unwrap(storag
[all...]
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp19 BaseContext* BaseContext::Unwrap(Handle<Object> obj) { function in class:BaseContext
26 BaseContext* BaseContext = Unwrap(args.This());
53 BaseContext* BaseContext = Unwrap(args.This());
63 BaseContext* BaseContext = Unwrap(args.This());
73 BaseContext* BaseContext = Unwrap(args.This());
90 BaseContext* BaseContext = Unwrap(args.This());
108 BaseContext* BaseContext = Unwrap(args.This());
118 BaseContext* BaseContext = Unwrap(args.This());
140 BaseContext* BaseContext = Unwrap(args.This());
205 BaseContext* baseContext = Unwrap(inf
[all...]
H A DPath2D.cpp60 Path2D* Path2D::Unwrap(const v8::FunctionCallbackInfo<Value>& args) { function in class:Path2D
68 Path2D* path = Unwrap(args);
81 Path2D* path = Unwrap(args);
94 Path2D* path = Unwrap(args);
109 Path2D* path = Unwrap(args);
130 Path2D* path = Unwrap(args);
163 Path2D* path = Unwrap(args);
193 Path2D* path = Unwrap(args);
212 Path2D* path = Unwrap(args);
235 Path2D* path = Unwrap(arg
[all...]
H A DPath2D.h47 static Path2D* Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args);
H A DBaseContext.h46 static BaseContext* Unwrap(Handle<Object> obj);
/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp19 BaseContext* BaseContext::Unwrap(Handle<Object> obj) { function in class:BaseContext
26 BaseContext* BaseContext = Unwrap(args.This());
53 BaseContext* BaseContext = Unwrap(args.This());
63 BaseContext* BaseContext = Unwrap(args.This());
73 BaseContext* BaseContext = Unwrap(args.This());
90 BaseContext* BaseContext = Unwrap(args.This());
108 BaseContext* BaseContext = Unwrap(args.This());
118 BaseContext* BaseContext = Unwrap(args.This());
140 BaseContext* BaseContext = Unwrap(args.This());
205 BaseContext* baseContext = Unwrap(inf
[all...]
H A DPath2D.cpp60 Path2D* Path2D::Unwrap(const v8::FunctionCallbackInfo<Value>& args) { function in class:Path2D
68 Path2D* path = Unwrap(args);
81 Path2D* path = Unwrap(args);
94 Path2D* path = Unwrap(args);
109 Path2D* path = Unwrap(args);
130 Path2D* path = Unwrap(args);
163 Path2D* path = Unwrap(args);
193 Path2D* path = Unwrap(args);
212 Path2D* path = Unwrap(args);
235 Path2D* path = Unwrap(arg
[all...]
H A DPath2D.h47 static Path2D* Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args);
H A DBaseContext.h46 static BaseContext* Unwrap(Handle<Object> obj);
/external/chromium_org/storage/browser/fileapi/
H A Dtask_runner_bound_observer_list.h21 DispatchToMethod(base::internal::UnwrapTraits<T>::Unwrap(obj), m, p);
73 DispatchToMethod(UnwrapTraits::Unwrap(it->first), method, params);
/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils_unittest.cc154 TEST_F(TimestampWrapAroundHandlerTest, Unwrap) {
157 EXPECT_EQ(ts, wraparound_handler_.Unwrap(ts));
160 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts));
163 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts));
166 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts));
H A Dtimeutils.h87 int64 Unwrap(uint32 ts);
H A Dtimeutils.cc196 int64 TimestampWrapAroundHandler::Unwrap(uint32 ts) { function in class:rtc::TimestampWrapAroundHandler
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h96 return Traits::Unwrap(wrapper_);
202 static const T& Unwrap(const Wrapper& wrapper) { return wrapper; } function in struct:syncer::DefaultImmutableTraits
/external/chromium_org/sync/api/attachments/
H A Dattachment_id.cc24 AttachmentId::ImmutableAttachmentIdProtoTraits::Unwrap(const Wrapper& wrapper) { function in class:syncer::AttachmentId::ImmutableAttachmentIdProtoTraits
H A Dattachment_id.h53 static const sync_pb::AttachmentIdProto& Unwrap(const Wrapper& wrapper);
/external/llvm/include/llvm/IR/
H A DValueMap.h213 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); } function in class:llvm::ValueMapCallbackVH
221 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
237 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
265 return PointerInfo::getHashValue(Val.Unwrap());
304 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
354 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
/external/chromium_org/sync/api/
H A Dsync_data.h120 static const sync_pb::SyncEntity& Unwrap(const Wrapper& wrapper);
H A Dsync_data.cc50 const sync_pb::SyncEntity& SyncData::ImmutableSyncEntityTraits::Unwrap( function in class:syncer::SyncData::ImmutableSyncEntityTraits
/external/libvorbis/doc/
H A D07-floor1.tex255 Unwrap the always-positive-or-zero values read from the packet into
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc245 (rtp_ts_wraparound_handler_.Unwrap(rtp_time_stamp) -
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc696 rtp_ts_wraparound_handler_->Unwrap(audioFrame.timestamp_);

Completed in 737 milliseconds