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/
installed_loader.cc
313
int
platform_app_count
= 0;
local
439
++
platform_app_count
;
540
UMA_HISTOGRAM_COUNTS_100("Extensions.LoadPlatformApp",
platform_app_count
);
/external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h
142
platform_app_count
(0),
146
int extension_count, theme_count, app_count,
platform_app_count
,
member in struct:extensions::ExtensionDownloader::URLStats
extension_downloader.cc
345
++url_stats_.
platform_app_count
;
419
url_stats_.
platform_app_count
);
[
all
...]
Completed in 2263 milliseconds