OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNCACHED
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.idl
31
const unsigned short
UNCACHED
= 0;
ApplicationCacheHost.h
57
UNCACHED
= 0,
DOMApplicationCache.cpp
68
return ApplicationCacheHost::
UNCACHED
;
/external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc
77
status_(appcache::
UNCACHED
),
159
status_ = cache_info_.is_complete ? appcache::IDLE : appcache::
UNCACHED
;
182
(spawning_host->status_ != appcache::
UNCACHED
)) {
199
appcache::
UNCACHED
: appcache::CHECKING;
222
status_ = appcache::
UNCACHED
;
239
status_ = appcache::
UNCACHED
;
appcache_backend_proxy.cc
58
appcache::Status status = appcache::
UNCACHED
;
appcache_frontend_impl.cc
91
COMPILE_ASSERT((int)WebApplicationCacheHost::
Uncached
==
92
(int)appcache::
UNCACHED
,
Uncached
);
/external/chromium_org/webkit/browser/appcache/
appcache_host_unittest.cc
174
EXPECT_EQ(
UNCACHED
, last_status_result_);
208
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_);
240
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_);
272
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_);
308
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_);
311
EXPECT_EQ(
UNCACHED
, last_status_result_);
339
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_);
342
EXPECT_EQ(
UNCACHED
, last_status_result_);
439
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_);
512
EXPECT_EQ(
UNCACHED
, mock_frontend_.last_status_)
[
all
...]
appcache_group_unittest.cc
211
EXPECT_EQ(frontend.last_status_, appcache::
UNCACHED
);
appcache_host.cc
311
return
UNCACHED
;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheModel.js
120
if (status === applicationCache.
UNCACHED
) {
173
return this._statuses[frameId] || applicationCache.
UNCACHED
;
ApplicationCacheItemsView.js
117
// We should never have
UNCACHED
status, since we remove frames with
UNCACHED
application cache status from the tree.
118
statusInformation[applicationCache.
UNCACHED
] = { className: "red-ball", text: "
UNCACHED
" };
125
var info = statusInformation[status] || statusInformation[applicationCache.
UNCACHED
];
externs.js
179
DOMApplicationCache.prototype.
UNCACHED
= 0;
/external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc
36
status(
UNCACHED
),
appcache_interfaces.h
32
UNCACHED
,
/external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc
166
GetStatusCallback(appcache::
UNCACHED
, reply_msg);
/external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp
230
return m_internal ? static_cast<Status>(m_internal->m_outerHost->status()) :
UNCACHED
;
AssertMatchingEnums.cpp
277
COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::
Uncached
, ApplicationCacheHost::
UNCACHED
);
[
all
...]
Completed in 699 milliseconds