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/webkit/browser/appcache/
appcache_request_handler.cc
102
if (found_fallback_entry_.
has_response_id
()) {
126
if (!found_fallback_entry_.
has_response_id
())
208
DCHECK(entry.
has_response_id
());
257
DCHECK(!(entry.
has_response_id
() && fallback_entry.
has_response_id
()));
296
if (found_entry_.
has_response_id
()) {
297
DCHECK(!found_fallback_entry_.
has_response_id
());
344
if (found_entry_.
has_response_id
()) {
347
!found_fallback_entry_.
has_response_id
());
357
if (found_fallback_entry_.
has_response_id
()) {
[
all
...]
mock_appcache_storage.cc
259
DCHECK(entry.
has_response_id
());
264
if (best_candidate->entry.
has_response_id
()) {
354
(found_entry.
has_response_id
() && found_entry.IsForeign()) ||
355
(found_fallback_entry.
has_response_id
() &&
363
if (found_entry.
has_response_id
() &&
373
} else if (found_entry.
has_response_id
() &&
381
DCHECK(found_fallback_entry.
has_response_id
());
391
if (found_candidate.entry.
has_response_id
()) {
400
if (found_fallback_candidate.entry.
has_response_id
()) {
appcache_unittest.cc
239
EXPECT_FALSE(fallback_entry.
has_response_id
());
250
EXPECT_FALSE(fallback_entry.
has_response_id
());
260
EXPECT_FALSE(entry.
has_response_id
());
261
EXPECT_FALSE(fallback_entry.
has_response_id
());
272
EXPECT_FALSE(fallback_entry.
has_response_id
());
282
EXPECT_FALSE(entry.
has_response_id
());
295
EXPECT_FALSE(entry.
has_response_id
());
308
EXPECT_FALSE(entry.
has_response_id
());
309
EXPECT_FALSE(fallback_entry.
has_response_id
());
320
EXPECT_FALSE(entry.
has_response_id
());
[
all
...]
appcache_entry.h
54
bool
has_response_id
() const { return response_id_ != kNoResponseId; }
function in class:appcache::AppCacheEntry
appcache_service.cc
124
bool can = (entry.
has_response_id
() || fallback_entry.
has_response_id
());
appcache_storage_impl_unittest.cc
[
all
...]
appcache_url_request_job.cc
52
DCHECK(entry.
has_response_id
());
mock_appcache_storage_unittest.cc
450
EXPECT_FALSE(delegate.found_fallback_entry_.
has_response_id
());
505
EXPECT_FALSE(delegate.found_entry_.
has_response_id
());
564
EXPECT_FALSE(delegate.found_fallback_entry_.
has_response_id
());
appcache_update_job.cc
576
if (response_code == 304 && fetcher->existing_entry().
has_response_id
()) {
591
fetcher->existing_entry().
has_response_id
()) {
[
all
...]
appcache_url_request_job_unittest.cc
396
EXPECT_FALSE(job->entry().
has_response_id
());
appcache_update_job_unittest.cc
[
all
...]
Completed in 615 milliseconds