OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_sources_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/webui/
url_data_manager.h
63
// otherwise it is added to |
data_sources_
| and a task is scheduled to handle
73
// |
data_sources_
| that are no longer referenced and scheduled for deletion.
75
static URLDataSources*
data_sources_
;
member in class:content::URLDataManager
url_data_manager_backend.h
92
DataSourceMap
data_sources_
;
member in class:content::URLDataManagerBackend
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h
70
DataSourceMap
data_sources_
;
member in class:ChromeURLDataManagerBackend
chrome_url_data_manager.h
42
// is added to |
data_sources_
| and a task is posted to the UI thread to handle
162
// otherwise it is added to |
data_sources_
| and a task is scheduled to handle
172
// Lock used when accessing |
data_sources_
|.
175
// |
data_sources_
| that are no longer referenced and scheduled for deletion.
176
static DataSources*
data_sources_
;
member in class:ChromeURLDataManager
chrome_url_data_manager.cc
30
ChromeURLDataManager::DataSources* ChromeURLDataManager::
data_sources_
= NULL;
member in class:ChromeURLDataManager
64
if (!
data_sources_
)
66
data_sources_
->swap(sources);
86
if (!
data_sources_
)
87
data_sources_
= new DataSources();
88
schedule_delete =
data_sources_
->empty();
89
data_sources_
->push_back(data_source);
104
if (!
data_sources_
)
106
return std::find(
data_sources_
->begin(),
data_sources_
->end(), data_source) !
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system_logs/
system_logs_fetcher_base.h
66
ScopedVector<SystemLogsSource>
data_sources_
;
member in class:chromeos::SystemLogsFetcherBase
/external/chromium/webkit/glue/
webmediaplayer_impl.h
128
// Adds a data source to
data_sources_
.
156
DataSourceList
data_sources_
;
member in class:webkit_glue::WebMediaPlayerImpl::Proxy
Completed in 53 milliseconds