Searched defs:kObject (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/json_schema/
H A Djson_schema_constants.cc27 const char kObject[] = "object"; member in namespace:json_schema_constants
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperand2.h23 kObject = 16 enumerator in enum:SkOperand2::OpType
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
H A DSkScript.h59 kObject = 16 enumerator in enum:SkScriptEngine::SkOpType
/external/skia/include/utils/
H A DSkJSON.h19 kObject, enumerator in enum:SkJSON::Type
138 * if done() returns false and type() returns kObject.
222 * Should only be called if the Array's type is kObject.
241 SkASSERT(kObject == fType);
245 SkASSERT(kObject == fType);
/external/skia/src/animator/
H A DSkOperand2.h23 kObject = 16 enumerator in enum:SkOperand2::OpType
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
H A DSkScript.h59 kObject = 16 enumerator in enum:SkScriptEngine::SkOpType
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h271 kObject enumerator in enum:Formattable::Type
300 * possible loss of precision. If the type is kObject and the
326 * truncation of any fractional part. If the type is kObject and
352 * is kObject and the object is a Measure, then the result of
563 * the type to kObject. After this call, the caller must not
/external/chromium_org/v8/include/
H A Dv8-profiler.h225 kObject = 3, // A JS object (except for arrays and strings). enumerator in enum:v8::HeapGraphNode::Type
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h271 kObject enumerator in enum:Formattable::Type
300 * possible loss of precision. If the type is kObject and the
326 * truncation of any fractional part. If the type is kObject and
352 * is kObject and the object is a Measure, then the result of
563 * the type to kObject. After this call, the caller must not
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h78 kObject = v8::HeapGraphNode::kObject, enumerator in enum:v8::internal::BASE_EMBEDDED::Type

Completed in 575 milliseconds