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

  /external/chromium_org/build/util/lib/common/
perf_result_data_type.py 11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
16 return datatype in ALL_TYPES
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FilterBar.js 471 this._addBit(WebInspector.NamedBitSetFilterUI.ALL_TYPES, WebInspector.UIString("All"));
482 this._toggleTypeFilter(WebInspector.NamedBitSetFilterUI.ALL_TYPES, false);
489 WebInspector.NamedBitSetFilterUI.ALL_TYPES = "all";
497 return !this._allowedTypes[WebInspector.NamedBitSetFilterUI.ALL_TYPES];
514 return !!this._allowedTypes[WebInspector.NamedBitSetFilterUI.ALL_TYPES] || !!this._allowedTypes[typeName];
530 if ((Object.keys(this._allowedTypes).length === 0) || this._allowedTypes[WebInspector.NamedBitSetFilterUI.ALL_TYPES]) {
532 this._allowedTypes[WebInspector.NamedBitSetFilterUI.ALL_TYPES] = true;
571 if (allowMultiSelect && typeName !== WebInspector.NamedBitSetFilterUI.ALL_TYPES)
572 this._allowedTypes[WebInspector.NamedBitSetFilterUI.ALL_TYPES] = false;
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 55 set(chromiumsync.ALL_TYPES[1:]),
74 self.model._CreateDefaultPermanentItems(chromiumsync.ALL_TYPES)
75 self.assertEqual(len(chromiumsync.ALL_TYPES) + 1,
88 all_types = chromiumsync.ALL_TYPES[1:]
89 for sync_type in all_types:
113 self.GetChangesFromTimestamp(all_types, 0))
130 for sync_type in chromiumsync.ALL_TYPES[1:]:
185 for sync_type in chromiumsync.ALL_TYPES[1:]:
chromiumsync.py 63 ALL_TYPES = (
106 # Given a sync type from ALL_TYPES, find the FieldDescriptor corresponding
210 An enum value from ALL_TYPES if the entry's type can be determined, or None
241 A list of the sync types (values from ALL_TYPES) associated with each
285 """Formats a sync type enum (from ALL_TYPES) to a human-readable string."""
306 excluded = set(ALL_TYPES) - included - set([TOP_LEVEL])
337 sync_type: A value from ALL_TYPES, giving the datatype of this permanent
364 for datatype in ALL_TYPES:
734 requested_types: A list of sync data types from ALL_TYPES.
    [all...]

Completed in 109 milliseconds