OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteDataSource
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/webui/
url_data_manager.h
64
// deletion on the UI thread. See note abouve
DeleteDataSource
for more info.
65
static void
DeleteDataSource
(const URLDataSourceImpl* data_source);
67
// Returns true if |data_source| is scheduled for deletion (|
DeleteDataSource
|
url_data_source_impl.h
39
URLDataManager::
DeleteDataSource
(data_source);
47
// data race. The |
DeleteDataSource
| trait above is used to enforce this.
url_data_manager.cc
83
void URLDataManager::
DeleteDataSource
(const URLDataSourceImpl* data_source) {
Completed in 212 milliseconds