OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALL_TYPES
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/tools/testserver/
chromiumsync_test.py
40
self.assertEqual(unique_datatypes, set(chromiumsync.
ALL_TYPES
),
112
self.model._CreatePermanentItems(chromiumsync.
ALL_TYPES
)
113
self.assertEqual(len(chromiumsync.
ALL_TYPES
) + 2,
125
all_types
= chromiumsync.
ALL_TYPES
[1:]
126
for sync_type in
all_types
:
151
self.GetChangesFromTimestamp(
all_types
, 0))
163
for sync_type in chromiumsync.
ALL_TYPES
[1:]:
218
for sync_type in chromiumsync.
ALL_TYPES
[1:]:
chromiumsync.py
35
ALL_TYPES
= (
52
# Given a sync type from
ALL_TYPES
, find the extension token corresponding
90
A value from
ALL_TYPES
if the entry's type can be determined, or None
120
A list of the sync types (values from
ALL_TYPES
) assocated with each
167
sync_type: A value from
ALL_TYPES
, giving the datatype of this permanent
448
requested_types: A list of sync data types from
ALL_TYPES
.
[
all
...]
/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
52
ALL_TYPES
= (
91
# Given a sync type from
ALL_TYPES
, find the FieldDescriptor corresponding
181
An enum value from
ALL_TYPES
if the entry's type can be determined, or None
212
A list of the sync types (values from
ALL_TYPES
) associated with each
256
"""Formats a sync type enum (from
ALL_TYPES
) to a human-readable string."""
277
excluded = set(
ALL_TYPES
) - included - set([TOP_LEVEL])
308
sync_type: A value from
ALL_TYPES
, giving the datatype of this permanent
335
for datatype in
ALL_TYPES
:
691
requested_types: A list of sync data types from
ALL_TYPES
.
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js
95
WebInspector.NetworkLogView.
ALL_TYPES
= "all";
116
this._toggleTypeFilter(WebInspector.NetworkLogView.
ALL_TYPES
, false);
422
this._addTypeFilter(WebInspector.NetworkLogView.
ALL_TYPES
, WebInspector.UIString("All"));
520
if (allowMultiSelect && typeName !== WebInspector.NetworkLogView.
ALL_TYPES
)
521
this._typeFilterElements[WebInspector.NetworkLogView.
ALL_TYPES
].removeStyleClass("selected");
536
if (typeName === WebInspector.NetworkLogView.
ALL_TYPES
)
[
all
...]
Completed in 462 milliseconds