OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_icons
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_converter_browsertest.cc
77
drive::DriveAppInfo::IconList
app_icons
;
local
78
app_icons
.push_back(std::make_pair(16, GetTestUrl("extensions/icon1.png")));
79
app_icons
.push_back(std::make_pair(32, GetTestUrl("extensions/icon2.png")));
80
app_icons
.push_back(std::make_pair(66, GetTestUrl("extensions/icon3.png")));
81
app_icons
.push_back(std::make_pair(16, GetTestUrl("extensions/icon2.png")));
87
app_icons
,
drive_app_converter.cc
134
for (size_t i = 0; i < drive_app_info_.
app_icons
.size(); ++i) {
135
const int icon_size = drive_app_info_.
app_icons
[i].first;
142
const GURL& icon_url = drive_app_info_.
app_icons
[i].second;
/external/chromium_org/chrome/browser/drive/
drive_app_registry.h
38
const IconList&
app_icons
,
54
IconList
app_icons
;
member in struct:drive::DriveAppInfo
drive_app_registry.cc
61
const IconList&
app_icons
,
68
app_icons
(
app_icons
),
162
DriveAppInfo::IconList
app_icons
;
local
169
app_icons
.push_back(std::make_pair(icon.icon_side_length(),
178
app_icons
,
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc
350
app_info.
app_icons
,
Completed in 2256 milliseconds