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
164
int rating_count() const { return
rating_count_
; }
243
int
rating_count_
;
member in class:extensions::WebstoreStandaloneInstaller
webstore_standalone_installer.cc
51
rating_count_
(0) {
300
!webstore_data->GetInteger(kRatingCountKey, &
rating_count_
)) {
extension_install_prompt.h
239
int
rating_count_
;
member in class:ExtensionInstallPrompt::Prompt
extension_install_prompt.cc
235
rating_count_
(0),
287
rating_count_
= rating_count;
459
base::IntToString16(
rating_count_
));
Completed in 90 milliseconds