OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWebAppImage
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/webdata/
web_apps_table.h
39
bool
SetWebAppImage
(const GURL& url, const SkBitmap& image);
web_apps_table_unittest.cc
77
ASSERT_TRUE(db.GetWebAppsTable()->
SetWebAppImage
(url, image));
99
ASSERT_TRUE(db.GetWebAppsTable()->
SetWebAppImage
(url, image));
116
ASSERT_TRUE(db.GetWebAppsTable()->
SetWebAppImage
(url, image));
web_apps_table.cc
52
bool WebAppsTable::
SetWebAppImage
(const GURL& url, const SkBitmap& image) {
web_data_service.h
342
void
SetWebAppImage
(const GURL& app_url, const SkBitmap& image);
web_data_service.cc
172
void WebDataService::
SetWebAppImage
(const GURL& app_url,
745
db_->GetWebAppsTable()->
SetWebAppImage
(
[
all
...]
Completed in 138 milliseconds