OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnWebstoreParseSuccess
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.h
106
void
OnWebstoreParseSuccess
(const SkBitmap& icon);
kiosk_app_data.cc
225
virtual void
OnWebstoreParseSuccess
(
240
client_->
OnWebstoreParseSuccess
(icon);
430
void KioskAppData::
OnWebstoreParseSuccess
(const SkBitmap& icon) {
/external/chromium_org/chrome/browser/extensions/
webstore_install_helper.h
52
virtual void
OnWebstoreParseSuccess
(
bundle_installer.h
149
virtual void
OnWebstoreParseSuccess
(
webstore_standalone_installer.h
152
// 4.
OnWebstoreParseSuccess
: shows the install UI
168
virtual void
OnWebstoreParseSuccess
(
webstore_install_helper.cc
196
delegate_->
OnWebstoreParseSuccess
(id_, icon_, parsed_manifest_.release());
webstore_standalone_installer.cc
193
void WebstoreStandaloneInstaller::
OnWebstoreParseSuccess
(
bundle_installer.cc
294
void BundleInstaller::
OnWebstoreParseSuccess
(
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.h
123
virtual void
OnWebstoreParseSuccess
(
webstore_private_api.cc
332
// The helper will call us back via
OnWebstoreParseSuccess
or
336
// Matched with a Release in
OnWebstoreParseSuccess
/OnWebstoreParseFailure.
339
// The response is sent asynchronously in
OnWebstoreParseSuccess
/
378
void WebstorePrivateBeginInstallWithManifest3Function::
OnWebstoreParseSuccess
(
Completed in 233 milliseconds