Searched refs:UpdateProgress (Results 1 – 4 of 4) sorted by relevance
48 static class UpdateProgress implements Update { class in ImageSavingTask111 UpdateProgress updateProgress = new UpdateProgress(); in doInBackground()142 if (message instanceof UpdateProgress) { in onUpdate()143 UpdateProgress progress = (UpdateProgress) message; in onUpdate()
160 br_->UpdateProgress(line_message_, progress_percentage); in ProcessLine()284 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) { in UpdateProgress() function in Bugreport
45 virtual void UpdateProgress(const std::string& file_name, int progress_percentage);
125 MOCK_METHOD2(UpdateProgress, void(const std::string&, int));144 EXPECT_CALL(br_, UpdateProgress(StrEq("generating " + file), progress_percentage)); in ExpectProgress()