OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:platform_app_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h
109
platform_app_count
(0),
113
int extension_count, theme_count, app_count,
platform_app_count
,
member in struct:extensions::ExtensionDownloader::URLStats
extension_downloader.cc
255
++url_stats_.
platform_app_count
;
324
url_stats_.
platform_app_count
);
/external/chromium_org/chrome/browser/extensions/
installed_loader.cc
267
int
platform_app_count
= 0;
local
378
++
platform_app_count
;
459
UMA_HISTOGRAM_COUNTS_100("Extensions.LoadPlatformApp",
platform_app_count
);
Completed in 2547 milliseconds