HomeSort by relevance Sort by last modified time
    Searched refs:is_complete (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/download/
download_completion_blocker.h 21 bool is_complete() const { return is_complete_; } function in class:DownloadCompletionBlocker
24 if (!is_complete())
chrome_download_manager_delegate.cc 71 // call if |is_complete()|.
278 } else if (!state->is_complete()) {
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 34 if (!line.is_complete || line.status_code != response_buf_.status_code) {
54 if (!line.is_complete)
84 is_complete(false),
98 result.is_complete = true;
100 result.is_complete = true;
105 if (result.is_complete) {
ftp_ctrl_response_buffer.h 58 bool is_complete; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 39 if (!line.is_complete || line.status_code != response_buf_.status_code) {
59 if (!line.is_complete)
108 is_complete(false),
123 result.is_complete = true;
125 result.is_complete = true;
130 if (result.is_complete) {
ftp_ctrl_response_buffer.h 59 bool is_complete; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/chromium_org/cc/output/
direct_renderer.h 67 bool is_complete() const { return is_complete_; } function in class:cc::DirectRenderer::CachedResource
68 void set_is_complete(bool is_complete) { is_complete_ = is_complete; }
direct_renderer.cc 402 return texture && texture->id() && texture->is_complete();
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 32 if (!cache->is_complete())
36 info->is_complete = true;
294 if ((associated_cache() && associated_cache()->is_complete()) ||
303 if (associated_cache_.get() && associated_cache_->is_complete())
438 associated_cache_->is_complete()) {
488 DCHECK(cache && !cache->is_complete());
494 DCHECK(cache && cache->is_complete());
506 associated_cache_info_pending_ = cache && !cache->is_complete();
appcache_request_handler.cc 304 !host_->associated_cache()->is_complete()) {
318 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete());
372 !host_->associated_cache()->is_complete()) {
appcache.h 47 bool is_complete() const { return is_complete_; } function in class:appcache::AppCache
appcache_group.cc 86 DCHECK(complete_cache->is_complete());
mock_appcache_storage.cc 112 DCHECK(cache && cache->is_complete());
  /external/chromium_org/content/common/
appcache_messages.h 24 IPC_STRUCT_TRAITS_MEMBER(is_complete)
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 38 is_complete(false) {
appcache_interfaces.h 77 bool is_complete; member in struct:appcache::AppCacheInfo
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 159 status_ = cache_info_.is_complete ? appcache::IDLE : appcache::UNCACHED;
303 if (!cache_info_.is_complete)
312 if (!cache_info_.is_complete)
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 36 bool is_complete() const { return is_complete_; } function in class:drive::__anon6767::DriveUserData
236 data->is_complete())
  /external/chromium_org/content/browser/download/
drag_download_file.cc 127 const bool is_complete = variable
130 on_completed_, is_complete));
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
142 is_complete = 1; \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
144 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
589 int i = -1, is_complete; local
653 is_complete);
655 if (is_complete)
    [all...]
  /external/openssl/ssl/
d1_both.c 139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
142 is_complete = 1; \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
144 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
589 int i = -1, is_complete; local
653 is_complete);
655 if (is_complete)
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 378 char *p_id_str, BOOLEAN is_complete,
398 if (is_complete)
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 496 char *p_id_str, BOOLEAN is_complete,
  /external/wpa_supplicant_8/src/radius/
radius_server.c 705 int is_complete = 0; local
813 is_complete = 1;
858 if (is_complete) {
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 427 bool is_complete = false; local

Completed in 607 milliseconds

1 2