/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 | 324 } else if (!state->is_complete()) {
|
/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/content/public/common/ |
appcache_info.h | 43 bool is_complete; member in struct:content::AppCacheInfo
|
/external/chromium_org/content/browser/appcache/ |
appcache_host.cc | 32 if (!cache->is_complete()) 36 info->is_complete = true; 303 if ((associated_cache() && associated_cache()->is_complete()) || 312 if (associated_cache_.get() && associated_cache_->is_complete()) 455 associated_cache_->is_complete()) { 519 DCHECK(cache && !cache->is_complete()); 525 DCHECK(cache && cache->is_complete()); 537 associated_cache_info_pending_ = cache && !cache->is_complete();
|
appcache_request_handler.cc | 329 !host_->associated_cache()->is_complete() || 344 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete()); 398 !host_->associated_cache()->is_complete()) {
|
appcache.h | 51 bool is_complete() const { return is_complete_; } function in class:content::AppCache
|
appcache_group.cc | 86 DCHECK(complete_cache->is_complete());
|
mock_appcache_storage.cc | 112 DCHECK(cache && cache->is_complete());
|
mock_appcache_storage_unittest.cc | 241 EXPECT_TRUE(cache->is_complete()); 286 EXPECT_TRUE(new_cache->is_complete());
|
appcache_storage_impl.cc | 381 info.is_complete = true; [all...] |
/external/chromium_org/content/common/ |
appcache_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(is_complete)
|
appcache_interfaces.cc | 31 is_complete(false) {
|
/external/chromium_org/content/child/appcache/ |
web_application_cache_host_impl.cc | 147 status_ = cache_info_.is_complete ? APPCACHE_STATUS_IDLE : 296 if (!cache_info_.is_complete) 305 if (!cache_info_.is_complete)
|
/external/chromium_org/content/browser/download/ |
drag_download_file.cc | 128 const bool is_complete = variable 131 on_completed_, is_complete));
|
download_item_impl.cc | 746 const bool is_complete = GetState() == DownloadItem::COMPLETE; local 747 return (!IsDone() || is_complete) && !IsTemporary() && [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
d1_both.c | 142 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \ 145 is_complete = 1; \ 146 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \ 147 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \ 148 if (bitmask[ii] != 0xff) { is_complete = 0; break; } } 618 int i = -1, is_complete; local 686 is_complete); 688 if (is_complete) [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.cc | 43 bool is_complete() const { return is_complete_; } function in class:drive::__anon7684::DriveUserData 255 data->is_complete())
|
/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; } } 606 int i = -1, is_complete; local 675 is_complete); 677 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/lldb/scripts/Python/interface/ |
SBType.i | 280 __swig_getmethods__["is_complete"] = IsTypeComplete 281 if _newclass: is_complete = property(IsTypeComplete, None, doc='''A read only property that returns a boolean value that indicates if this type is a complete type (True) or a forward declaration (False).''')
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
PyrexTypes.py | 264 def is_complete(self): member in class:PyrexType 537 def is_complete(self): member in class:MemoryViewSliceType 905 if (not self.is_complete()) or self.is_extension_type: 1315 def is_complete(self): member in class:CVoidType 2183 def is_complete(self): member in class:CArrayType 2951 def is_complete(self): member in class:CStructOrUnionType [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 210 UBool is_complete(){ function in class:SymbolTable [all...] |