OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TraitsType
(Results
1 - 2
of
2
) sorted by null
/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 39 milliseconds