OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetWebAppImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/webdata/
web_apps_table.cc
52
bool WebAppsTable::
SetWebAppImage
(const GURL& url, const SkBitmap& image) {
web_data_service.cc
172
void WebDataService::
SetWebAppImage
(const GURL& app_url,
745
db_->GetWebAppsTable()->
SetWebAppImage
(
[
all
...]
/external/chromium_org/chrome/browser/webdata/
web_apps_table.cc
79
bool WebAppsTable::
SetWebAppImage
(const GURL& url, const SkBitmap& image) {
web_data_service.cc
94
void WebDataService::
SetWebAppImage
(const GURL& app_url,
193
WebAppsTable::FromWebDatabase(db)->
SetWebAppImage
(app_url, image);
Completed in 26 milliseconds