Searched refs:GetProgress (Results 1 – 7 of 7) sorted by relevance
29 MOCK_CONST_METHOD0(GetProgress, const base::DictionaryValue&());
49 virtual const base::DictionaryValue& GetProgress() const = 0;
57 const base::DictionaryValue& GetProgress() const override;
60 command_instance_->GetProgress().CreateDeepCopy()); in OnProgressChanged()
91 const base::DictionaryValue& CommandInstance::GetProgress() const { in GetProgress() function in weave::CommandInstance
109 Sync.GetProgress(total, completed); in OnTimer()
56 void GetProgress(UInt64 &total, UInt64 &completed) in GetProgress() function