OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsScheduledForDeletion
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/webui/
url_data_manager.h
69
static bool
IsScheduledForDeletion
(const URLDataSourceImpl* data_source);
url_data_source_impl.cc
31
if (URLDataManager::
IsScheduledForDeletion
(this)) {
url_data_manager.cc
124
bool URLDataManager::
IsScheduledForDeletion
(
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h
168
static bool
IsScheduledForDeletion
(const DataSource* data_source);
chrome_url_data_manager.cc
101
bool ChromeURLDataManager::
IsScheduledForDeletion
(
122
if (
IsScheduledForDeletion
(this)) {
Completed in 672 milliseconds