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

  /external/chromium_org/chrome/browser/safe_browsing/
pe_image_reader_win.cc 32 typedef OptionalHeaderTraits<OPTIONAL_HEADER_TYPE> TraitsType;
39 return TraitsType::word_size;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 393 typedef V8ValueTraits<T> TraitsType;
395 result->Set(v8::Integer::New(isolate, index++), TraitsType::toV8Value(*iter, creationContext, isolate));
413 typedef V8ValueTraits<T> TraitsType;
415 result->Set(v8::Integer::New(isolate, index++), TraitsType::toV8Value(*iter, creationContext, isolate));
751 typedef NativeValueTraits<T> TraitsType;
760 result.uncheckedAppend(TraitsType::nativeValue(element, isolate, exceptionState));
772 typedef NativeValueTraits<T> TraitsType;
776 result.uncheckedAppend(TraitsType::nativeValue(info[i], info.GetIsolate(), exceptionState));
    [all...]

Completed in 357 milliseconds