OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webstore_data_fetcher_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
external_install_error.h
109
scoped_ptr<WebstoreDataFetcher>
webstore_data_fetcher_
;
member in class:extensions::ExternalInstallError
webstore_standalone_installer.cc
75
webstore_data_fetcher_
.reset(new WebstoreDataFetcher(
80
webstore_data_fetcher_
->Start();
99
if (
webstore_data_fetcher_
) {
100
webstore_data_fetcher_
.reset();
450
webstore_data_fetcher_
.reset();
webstore_standalone_installer.h
235
scoped_ptr<WebstoreDataFetcher>
webstore_data_fetcher_
;
member in class:extensions::WebstoreStandaloneInstaller
external_install_error.cc
276
webstore_data_fetcher_
.reset(new WebstoreDataFetcher(
278
webstore_data_fetcher_
->Start();
Completed in 36 milliseconds