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

  /external/chromium_org/ui/webui/resources/js/
cr.js 74 var PropertyKind = {
100 * @param {PropertyKind} kind The kind of the property.
105 case PropertyKind.JS:
110 case PropertyKind.ATTR:
115 case PropertyKind.BOOL_ATTR:
132 * @param {PropertyKind} kind The kind of property we are getting the
140 case PropertyKind.JS:
152 case PropertyKind.ATTR:
167 case PropertyKind.BOOL_ATTR:
193 * @param {PropertyKind=} opt_kind What kind of underlying storage to use
    [all...]
  /external/chromium_org/v8/src/
preparser.h 528 enum PropertyKind {
546 void CheckProperty(Token::Value property, PropertyKind type, bool* ok);
553 bool HasConflict(PropertyKind type1, PropertyKind type2) {
556 bool IsDataDataConflict(PropertyKind type1, PropertyKind type2) {
559 bool IsDataAccessorConflict(PropertyKind type1, PropertyKind type2) {
562 bool IsAccessorAccessorConflict(PropertyKind type1, PropertyKind type2)
    [all...]

Completed in 72 milliseconds