Home
last modified time | relevance | path

Searched refs:GetProgress (Results 1 – 7 of 7) sorted by relevance

/external/libweave/include/weave/test/
Dmock_command.h29 MOCK_CONST_METHOD0(GetProgress, const base::DictionaryValue&());
/external/libweave/include/weave/
Dcommand.h49 virtual const base::DictionaryValue& GetProgress() const = 0;
/external/libweave/src/commands/
Dcommand_instance.h57 const base::DictionaryValue& GetProgress() const override;
Dcloud_command_proxy.cc60 command_instance_->GetProgress().CreateDeepCopy()); in OnProgressChanged()
Dcommand_instance.cc91 const base::DictionaryValue& CommandInstance::GetProgress() const { in GetProgress() function in weave::CommandInstance
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp109 Sync.GetProgress(total, completed); in OnTimer()
DProgressDialog.h56 void GetProgress(UInt64 &total, UInt64 &completed) in GetProgress() function