/external/chromium_org/content/browser/loader/ |
offline_policy.h | 22 // This class controls under what conditions resources will be fetched
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
NavigationHistory.java | 43 * when the history was fetched.
|
/external/chromium_org/content/public/renderer/ |
resource_fetcher.h | 32 // This will be called asynchronously after the URL has been fetched,
|
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/ |
ref_object.h | 38 * change immediately after it is fetched. This is only stable when all
|
/external/chromium_org/net/base/ |
net_module.h | 17 // resources are stored and fetched by the embedding application (e.g., it
|
/external/chromium_org/net/ftp/ |
ftp_response_info.h | 37 // Remote address of the socket which fetched this resource.
|
/external/chromium_org/net/url_request/ |
url_fetcher_delegate.h | 21 // This will be called when the URL has been fetched, successfully or not.
|
/hardware/invensense/60xx/libsensors_iio/ |
local_log_def.h | 16 #define HANDLER_DATA (0) /* log the data fetched from the handlers */
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
sync_client_unittest.cc | 183 ASSERT_NO_FATAL_FAILURE(AddFileEntry("fetched")); 206 // Prepare a pinned-and-fetched file. 209 cache_->Store(GetLocalId("fetched"), md5_fetched, 211 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("fetched"))); 213 // Prepare a pinned-and-fetched-and-dirty file. 342 // Only "bar" should be fetched. 361 // "fetched" and "dirty" are the existing pinned files. 365 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("fetched"), &cache_file)); 395 // Not yet fetched nor uploaded. 408 // Fetched and uploaded [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
ResourceResponse.h | 245 // Was the resource fetched over SPDY. See http://dev.chromium.org/spdy 248 // Was the resource fetched over a channel which used TLS/Next-Protocol-Negotiation (also SPDY related). 251 // Was the resource fetched over a channel which specified "Alternate-Protocol" 255 // Was the resource fetched over an explicit proxy (HTTP, SOCKS, etc). 262 // Remote IP address of the socket which fetched this resource. 265 // Remote port number of the socket which fetched this resource.
|
/external/chromium/chrome/browser/ |
favicon_service.h | 48 // have been fetched. 66 // notified when the bits have been fetched. |icon_types| can be any
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_oauth2_token_fetcher.h | 52 // Returns OAuth2 tokens fetched through an authenticated cookie jar. 57 // True if we have OAuth2 tokens that were fetched through an authenticated
|
/external/chromium_org/chrome_frame/ |
chrome_frame_helper_util.h | 22 // @param[in] window The web browser window whose COM object is to be fetched 23 // @param[in] iid The IID of the interface to be fetched
|
buggy_bho_handling.cc | 143 DWORD fetched = 0; local 144 while (connections->Next(1, &cd, &fetched) == S_OK && fetched) { 147 fetched = 0;
|
/external/chromium_org/webkit/common/ |
resource_response_info.h | 89 // True if the response was fetched via an explicit proxy (as opposed to a 97 // Remote address of the socket which fetched this resource.
|
/dalvik/vm/mterp/portable/ |
entry.cpp | 20 u4 ref; // 16 or 32-bit quantity fetched directly
|
/external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/ |
background.html | 30 // Note that any URL fetched here must be matched by a permission in
|
/external/chromium/net/proxy/ |
proxy_config_service_mac.h | 67 // Holds the last system proxy settings that we fetched.
|
/external/chromium_org/chrome/browser/android/ |
intercept_download_resource_throttle.cc | 51 // exception is a request that is fetched via the Chrome Proxy and does not
|
/external/chromium_org/chrome/browser/extensions/updater/ |
extension_updater.h | 120 // FetchedCRXFile holds information about a CRX file we fetched to disk, 158 // ignoring |pending_ids| so the extension isn't fetched again. 197 // Starts installing a crx file that has been fetched but not installed yet. 243 // Fetched CRX files waiting to be installed.
|
/external/chromium_org/chrome/browser/profiles/ |
profile_downloader_delegate.h | 25 IMAGE_DECODE_FAILED // Cannot decode fetched image.
|
/external/chromium_org/chrome/browser/signin/ |
profile_oauth2_token_service_request.h | 23 // ProfileOAuth2TokenService will be populated with the fetched results.)
|
/external/chromium_org/chrome/browser/sync/ |
sync_startup_tracker.cc | 73 // to be fetched, exit.
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_updater.h | 46 // |response| is the latest policy information fetched for some component.
|
/external/chromium_org/components/precache/core/ |
precache_url_table.h | 22 // precached over the network, and has not been fetched through user browsing
|