/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/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 | 88 // call if |is_complete()|. 324 } else if (!state->is_complete()) {
|
/external/chromium_org/webkit/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 | 322 !host_->associated_cache()->is_complete() || 337 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete()); 391 !host_->associated_cache()->is_complete()) {
|
appcache.h | 55 bool is_complete() const { return is_complete_; } function in class:appcache::AppCache
|
appcache_group.cc | 86 DCHECK(complete_cache->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/content/child/appcache/ |
web_application_cache_host_impl.cc | 149 status_ = cache_info_.is_complete ? appcache::APPCACHE_STATUS_IDLE : 298 if (!cache_info_.is_complete) 307 if (!cache_info_.is_complete)
|
/external/chromium_org/content/common/ |
appcache_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(is_complete)
|
/external/chromium_org/webkit/common/appcache/ |
appcache_interfaces.cc | 31 is_complete(false) {
|
appcache_interfaces.h | 91 bool is_complete; member in struct:appcache::AppCacheInfo
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.cc | 43 bool is_complete() const { return is_complete_; } function in class:drive::__anon7606::DriveUserData 255 data->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 662 is_complete); 664 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/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; } } 596 int i = -1, is_complete; local 669 is_complete); 671 if (is_complete) [all...] |
/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/libnfc-nci/src/nfc/include/ |
ndef_utils.h | 496 char *p_id_str, BOOLEAN is_complete,
|
/external/chromium_org/content/browser/appcache/ |
mock_appcache_storage_unittest.cc | 253 EXPECT_TRUE(cache->is_complete()); 298 EXPECT_TRUE(new_cache->is_complete());
|
mock_appcache_storage.cc | 119 DCHECK(cache && cache->is_complete());
|
/external/lldb/www/python_reference/ |
lldb.SBType-class.html | 67 <area shape="rect" id="node48" href="lldb.SBType-class.html#is_complete" title="A read only property that returns a boolean value that indicates if this  type is a complete type (True) or a forward declaration (False)." alt="" coords="17,105,197,124"/> [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 983 int is_complete = 0; local 1099 is_complete = 1; 1152 if (is_complete) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 210 UBool is_complete(){ function in class:SymbolTable [all...] |