OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddDataSource
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/webui/
url_data_manager.h
23
// with
AddDataSource
. DataSources must be added on the UI thread (they are also
34
// If |
AddDataSource
| is called more than once for a particular name it will
41
void
AddDataSource
(URLDataSourceImpl* source);
50
static void
AddDataSource
(BrowserContext* browser_context,
url_data_manager.cc
43
GetURLDataManagerForResourceContext(resource_context)->
AddDataSource
(
59
void URLDataManager::
AddDataSource
(URLDataSourceImpl* source) {
110
void URLDataManager::
AddDataSource
(BrowserContext* browser_context,
113
AddDataSource
(new URLDataSourceImpl(source->GetSource(), source));
120
GetFromBrowserContext(browser_context)->
AddDataSource
(impl);
url_data_manager_backend.h
53
void
AddDataSource
(URLDataSourceImpl* source);
url_data_manager_backend.cc
503
AddDataSource
(source_impl);
526
void URLDataManagerBackend::
AddDataSource
(
/external/chromium_org/content/public/browser/
url_data_source.cc
16
URLDataManager::
AddDataSource
(browser_context, source);
Completed in 747 milliseconds