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 198 CallbackT::TraitsType::Initialize(&output_storage_);
204 CallbackT::TraitsType::Initialize(&output_storage_);
211 CallbackT::TraitsType::Initialize(&output_storage_);
216 return CallbackT::TraitsType::StorageToPluginArg(
232 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 264 typedef V8ValueTraits<T> TraitsType;
266 result->Set(v8::Integer::New(index++, isolate), TraitsType::arrayV8Value(*iter, isolate));
508 typedef NativeValueTraits<T> TraitsType;
511 result.uncheckedAppend(TraitsType::nativeValue(object->Get(i), isolate));
520 typedef NativeValueTraits<T> TraitsType;
524 result.uncheckedAppend(TraitsType::nativeValue(info[i], info.GetIsolate()));

Completed in 416 milliseconds