HomeSort by relevance Sort by last modified time
    Searched refs:TraitsType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/tests/
test_utils.h 193 CallbackT::TraitsType::Initialize(&output_storage_);
199 CallbackT::TraitsType::Initialize(&output_storage_);
206 CallbackT::TraitsType::Initialize(&output_storage_);
211 return CallbackT::TraitsType::StorageToPluginArg(
227 CallbackT::TraitsType::Initialize(&output_storage_);
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 302 typename CallbackType::TraitsType,
320 typename CallbackType::TraitsType,
388 typename CallbackType::TraitsType,
408 typename CallbackType::TraitsType,
488 typename CallbackType::TraitsType,
510 typename CallbackType::TraitsType,
605 typename CallbackType::TraitsType,
629 typename CallbackType::TraitsType,
    [all...]
  /external/chromium_org/ppapi/cpp/
completion_callback.h 183 typedef Traits TraitsType;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.h 287 typedef V8ValueTraits<T> TraitsType;
289 result->Set(v8::Integer::New(index++, isolate), TraitsType::arrayV8Value(*iter, isolate));
468 typedef NativeValueTraits<T> TraitsType;
471 result.append(TraitsType::nativeValue(object->Get(i)));
480 typedef NativeValueTraits<T> TraitsType;
483 result.append(TraitsType::nativeValue(args[i]));

Completed in 136 milliseconds