HomeSort by relevance Sort by last modified time
    Searched refs:Finish (Results 51 - 75 of 298) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/download/
save_item.cc 72 Finish(received_bytes_, false);
76 // Set finish state for a save item
77 void SaveItem::Finish(int64 size, bool is_success) {
save_item.h 43 void Finish(int64 size, bool is_success);
base_file.cc 162 void BaseFile::Finish() {
166 secure_hash_->Finish(sha256_hash_, kSha256HashLen);
  /external/chromium_org/content/browser/download/
save_item.cc 73 Finish(received_bytes_, false);
77 // Set finish state for a save item
78 void SaveItem::Finish(int64 size, bool is_success) {
save_item.h 44 void Finish(int64 size, bool is_success);
  /external/chromium_org/content/test/data/npapi/
npapi.js 17 // Finish running a test by setting the status
  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.cc 48 sha256->Finish(data + kBoxNonceSize + plaintext.size(),
78 sha256->Finish(sha256_bytes, sizeof(sha256_bytes));
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5digest_unittest.cc 62 EXPECT_EQ(md5.Size(), md5.Finish(output, sizeof(output)));
80 EXPECT_EQ(0U, md5.Finish(output, sizeof(output)));
sha1digest_unittest.cc 63 EXPECT_EQ(sha1.Size(), sha1.Finish(output, sizeof(output)));
83 EXPECT_EQ(0U, sha1.Finish(output, sizeof(output)));
openssldigest.cc 63 size_t OpenSSLDigest::Finish(void* buf, size_t len) {
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader.cc 50 void Finish(int net_error, int response_code, const std::string& response);
107 Finish(status.error(), response_code, std::string());
120 Finish(net::OK, response_code, response);
127 Finish(net::OK, response_code, std::string());
142 Finish(net::OK, response_code, response);
183 void TwoPhaseUploaderImpl::Finish(int net_error,
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 173 helper_->Finish();
196 helper_->Finish();
221 helper_->Finish();
252 helper_->Finish();
281 helper_->Finish();
310 helper_->Finish();
cmd_buffer_helper.cc 123 bool CommandBufferHelper::Finish() {
124 TRACE_EVENT0("gpu", "CommandBufferHelper::Finish");
145 // value is higher than that token). Calls Finish() if the token value wraps,
162 Finish();
  /external/chromium_org/chrome/browser/page_cycler/
page_cycler.h 103 virtual void Finish();
  /external/chromium_org/chrome/test/webdriver/commands/
command.h 48 virtual void Finish(Response* const response);
webdriver_command.cc 64 void WebDriverCommand::Finish(Response* const response) {
  /external/chromium_org/content/browser/android/
edge_effect.h 43 void Finish();
  /external/chromium_org/crypto/
secure_hash_default.cc 35 virtual void Finish(void* output, size_t len) OVERRIDE {
secure_hash_openssl.cc 37 virtual void Finish(void* output, size_t len) OVERRIDE {
  /external/chromium_org/remoting/host/setup/win/
host_configurer_window.h 49 void Finish();
  /external/chromium_org/third_party/leveldatabase/src/db/
builder.cc 43 // Finish and check for builder errors
45 s = builder->Finish();
55 // Finish and check for file errors
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 79 // "fimish" to "Finish". The result would be no correction being suggested
83 void Finish(int); // expected-note {{'Finish' declared here}}
85 fimish(7); // expected-error {{use of undeclared identifier 'fimish'; did you mean 'Finish'?}}
  /external/chromium_org/net/dns/
dns_test_util.cc 67 FROM_HERE, base::Bind(&MockTransaction::Finish, AsWeakPtr()));
71 void Finish() {
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.cc 36 int URLFetcherStringWriter::Finish(const CompletionCallback& callback) {
104 int URLFetcherFileWriter::Finish(const CompletionCallback& callback) {
  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 101 void Utterance::Finish() {
126 current_utterance_->Finish();
176 utterance->Finish();
323 utterance->Finish();

Completed in 1321 milliseconds

1 23 4 5 6 7 8 91011>>