OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rating_count_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.h
129
int rating_count() const { return
rating_count_
; }
208
int
rating_count_
;
member in class:extensions::WebstoreStandaloneInstaller
webstore_standalone_installer.cc
49
rating_count_
(0) {
133
!webstore_data->GetInteger(kRatingCountKey, &
rating_count_
)) {
extension_install_prompt.cc
200
rating_count_
(0),
265
rating_count_
= rating_count;
408
base::IntToString16(
rating_count_
));
extension_install_prompt.h
187
int
rating_count_
;
member in class:ExtensionInstallPrompt::Prompt
Completed in 26 milliseconds