Searched defs:DataSource (Results 1 - 19 of 19) sorted by path

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_data_source.py7 from data_source import DataSource namespace
17 class APIDataSource(DataSource):
H A Dapi_list_data_source.py5 from data_source import DataSource namespace
12 class APIListDataSource(DataSource):
H A Ddata_source.py6 class DataSource(object): class in inherits:object
10 DataSources must have two public methods, get and Refresh. A DataSource is
12 Anything in the ServerInstance can be used by the DataSource. Request is None
25 to refresh this DataSource's data set. Any paths listed here will be
26 routed to the DataSource Refresh method in a taskqueue task request.
31 '''Handles _refresh requests to this DataSource. Should return a Future
H A Ddata_source_registry.py7 from data_source import DataSource namespace
35 assert all(issubclass(cls, DataSource)
44 '''Create a single DataSource by name.'''
54 The key of each DataSource is the name the template system will use to access
55 the DataSource.
H A Dmanifest_data_source.py8 from data_source import DataSource namespace
105 class ManifestDataSource(DataSource):
H A Downers_data_source.py8 from data_source import DataSource namespace
46 class OwnersDataSource(DataSource):
H A Dpermissions_data_source.py8 from data_source import DataSource namespace
44 class PermissionsDataSource(DataSource):
H A Dsamples_data_source.py8 from data_source import DataSource namespace
61 class SamplesDataSource(DataSource):
H A Dsidenav_data_source.py10 from data_source import DataSource namespace
56 class SidenavDataSource(DataSource):
H A Dstrings_data_source.py8 from data_source import DataSource namespace
11 class StringsDataSource(DataSource):
H A Dtemplate_data_source.py9 from data_source import DataSource namespace
18 class TemplateDataSource(DataSource):
19 '''Provides a DataSource interface for compiled templates.
H A Dwhats_new_data_source.py9 from data_source import DataSource namespace
15 class WhatsNewDataSource(DataSource):
/external/chromium_org/media/base/
H A Ddata_source.cc11 DataSource::DataSource() {} function in class:media::DataSource
13 DataSource::~DataSource() {}
H A Ddata_source.h14 class MEDIA_EXPORT DataSource { class in namespace:media
21 DataSource();
22 virtual ~DataSource();
28 const DataSource::ReadCB& read_cb) = 0;
30 // Stops the DataSource. Once this is called all future Read() calls will
42 // Notify the DataSource of the bitrate of the media.
47 DISALLOW_COPY_AND_ASSIGN(DataSource);
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObjectItem.h74 enum DataSource { enum in class:blink::DataObjectItem
82 DataSource m_source;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DDataSource.java22 public interface DataSource { interface
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1882 milliseconds