OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriveAppConverter
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.h
25
//
DriveAppConverter
creates and installs a local URL app for the given
27
class
DriveAppConverter
: public extensions::InstallObserver {
29
typedef base::Callback<void(const
DriveAppConverter
*, bool success)>
32
DriveAppConverter
(Profile* profile,
35
virtual ~
DriveAppConverter
();
71
DISALLOW_COPY_AND_ASSIGN(
DriveAppConverter
);
drive_app_converter.cc
34
class
DriveAppConverter
::IconFetcher : public net::URLFetcherDelegate,
37
IconFetcher(
DriveAppConverter
* converter,
92
DriveAppConverter
* converter_;
103
DriveAppConverter
::
DriveAppConverter
(Profile* profile,
114
DriveAppConverter
::~
DriveAppConverter
() {
118
void
DriveAppConverter
::Start() {
152
bool
DriveAppConverter
::IsStarted() const {
156
bool
DriveAppConverter
::IsInstalling(const std::string& app_id) const
[
all
...]
drive_app_provider.h
24
class
DriveAppConverter
;
64
void OnLocalAppConverted(const
DriveAppConverter
* converter, bool success);
91
ScopedVector<
DriveAppConverter
> pending_converters_;
drive_app_converter_browsertest.cc
57
converter_.reset(new
DriveAppConverter
(
94
const
DriveAppConverter
* converter() const { return converter_.get(); }
97
void ConverterFinished(const
DriveAppConverter
* converter, bool success) {
102
scoped_ptr<
DriveAppConverter
> converter_;
drive_app_provider.cc
112
void DriveAppProvider::OnLocalAppConverted(const
DriveAppConverter
* converter,
165
ScopedVector<
DriveAppConverter
>::iterator it = pending_converters_.begin();
176
new
DriveAppConverter
(profile_,
Completed in 334 milliseconds