OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_response_id
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_request_handler.cc
108
if (found_fallback_entry_.
has_response_id
()) {
133
if (!found_fallback_entry_.
has_response_id
())
215
DCHECK(entry.
has_response_id
());
264
DCHECK(!(entry.
has_response_id
() && fallback_entry.
has_response_id
()));
303
if (found_entry_.
has_response_id
()) {
304
DCHECK(!found_fallback_entry_.
has_response_id
());
352
if (found_entry_.
has_response_id
()) {
355
!found_fallback_entry_.
has_response_id
());
365
if (found_fallback_entry_.
has_response_id
()) {
[
all
...]
mock_appcache_storage.cc
262
DCHECK(entry.
has_response_id
());
267
if (best_candidate->entry.
has_response_id
()) {
357
(found_entry.
has_response_id
() && found_entry.IsForeign()) ||
358
(found_fallback_entry.
has_response_id
() &&
366
if (found_entry.
has_response_id
() &&
376
} else if (found_entry.
has_response_id
() &&
384
DCHECK(found_fallback_entry.
has_response_id
());
394
if (found_candidate.entry.
has_response_id
()) {
403
if (found_fallback_candidate.entry.
has_response_id
()) {
appcache_unittest.cc
243
EXPECT_FALSE(fallback_entry.
has_response_id
());
254
EXPECT_FALSE(fallback_entry.
has_response_id
());
264
EXPECT_FALSE(entry.
has_response_id
());
265
EXPECT_FALSE(fallback_entry.
has_response_id
());
276
EXPECT_FALSE(fallback_entry.
has_response_id
());
286
EXPECT_FALSE(entry.
has_response_id
());
299
EXPECT_FALSE(entry.
has_response_id
());
312
EXPECT_FALSE(entry.
has_response_id
());
313
EXPECT_FALSE(fallback_entry.
has_response_id
());
324
EXPECT_FALSE(entry.
has_response_id
());
[
all
...]
appcache_entry.h
54
bool
has_response_id
() const { return response_id_ != kAppCacheNoResponseId; }
function in class:content::AppCacheEntry
appcache_storage_impl_unittest.cc
[
all
...]
appcache_service_impl.cc
125
bool can = (entry.
has_response_id
() || fallback_entry.
has_response_id
());
appcache_url_request_job.cc
54
DCHECK(entry.
has_response_id
());
mock_appcache_storage_unittest.cc
452
EXPECT_FALSE(delegate.found_fallback_entry_.
has_response_id
());
507
EXPECT_FALSE(delegate.found_entry_.
has_response_id
());
566
EXPECT_FALSE(delegate.found_fallback_entry_.
has_response_id
());
appcache_update_job.cc
692
if (response_code == 304 && fetcher->existing_entry().
has_response_id
()) {
734
fetcher->existing_entry().
has_response_id
()) {
[
all
...]
appcache_url_request_job_unittest.cc
437
EXPECT_FALSE(job->entry().
has_response_id
());
appcache_update_job_unittest.cc
[
all
...]
Completed in 466 milliseconds