OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:datasources
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
data_source.py
8
Defines an abstraction for all
DataSources
.
10
DataSources
must have two public methods, get and Cron. A DataSource is
13
when
DataSources
are created for Cron.
15
DataSources
are used to provide templates with access to data.
DataSources
may
16
not access other
DataSources
and any logic or data that is useful to other
17
DataSources
must be moved to a different class.
data_source_registry.py
34
'''Create a dictionary of initialized
DataSources
.
DataSources
are
35
initialized with |server_instance| and |request|. If the
DataSources
are
template_renderer_test.py
16
meaningful tests by injecting a different set of
DataSources
.
template_renderer.py
24
Specify |data_sources| to only include the
DataSources
with the given names
server_instance.py
125
# TODO(kalman): Move all the remaining
DataSources
into DataSourceRegistry,
/external/chromium_org/content/browser/webui/
url_data_source_impl.cc
37
// This scenario occurs with
DataSources
that make history requests. Such
38
//
DataSources
do a history query in |StartDataRequest| and the request is
url_data_manager.h
23
// with AddDataSource.
DataSources
must be added on the UI thread (they are also
24
// deleted on the UI thread). Internally the
DataSources
are maintained by
url_data_manager.cc
91
// We're not on the UI thread, add the DataSource to the list of
DataSources
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java
38
String[]
dataSources
= { "data1", "data2", "data3" };
81
for (String element :
dataSources
) {
TestHelper_Driver4.java
37
String[]
dataSources
= { "data1", "data2", "data3" };
79
for (String element :
dataSources
) {
/external/chromium_org/content/public/browser/
web_ui.h
29
// A WebUI sets up the
datasources
and message handlers for a given HTML-based
Completed in 285 milliseconds