OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWebAppHasAllImages
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/webdata/
web_apps_table.h
42
bool
SetWebAppHasAllImages
(const GURL& url, bool has_all_images);
web_apps_table.cc
97
bool WebAppsTable::
SetWebAppHasAllImages
(const GURL& url,
web_apps_table_unittest.cc
53
EXPECT_TRUE(db.GetWebAppsTable()->
SetWebAppHasAllImages
(url, true));
web_data_service.h
96
// True if
SetWebAppHasAllImages
(true) was invoked.
345
void
SetWebAppHasAllImages
(const GURL& app_url, bool has_all_images);
web_data_service.cc
182
void WebDataService::
SetWebAppHasAllImages
(const GURL& app_url,
756
db_->GetWebAppsTable()->
SetWebAppHasAllImages
(request->GetArgument1(),
[
all
...]
Completed in 199 milliseconds