Searched refs:entry (Results 576 - 600 of 2680) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/content/public/browser/
H A Dinterstitial_page_delegate.h37 // Gives an opportunity to delegates to set states on the |entry|.
40 virtual void OverrideEntry(content::NavigationEntry* entry) {} argument
H A Dnavigation_details.h21 // By default, the entry will be filled according to a new main frame
25 // The committed entry. This will be the active entry in the controller.
26 NavigationEntry* entry; member in struct:content::LoadCommittedDetails
33 // The index of the previously committed navigation entry. This will be -1
40 // True if the committed entry has replaced the exisiting one.
44 // True if the navigation was in-page. This means that the active entry's
65 // The HTTP status code for this entry..
71 // The changed navigation entry after it has been updated.
74 // Indicates the current index in the back/forward list of the entry
[all...]
/external/chromium_org/net/http/
H A Dpartial_data.cc42 int GetAvailableRange(disk_cache::Entry* entry, int64 offset, int len,
78 int PartialData::Core::GetAvailableRange(disk_cache::Entry* entry, int64 offset, argument
80 int rv = entry->GetAvailableRange(
159 int PartialData::ShouldValidateCache(disk_cache::Entry* entry, argument
173 cached_min_len_ = core->GetAvailableRange(entry, current_range_start_, len,
198 void PartialData::PrepareCacheValidation(disk_cache::Entry* entry, argument
244 disk_cache::Entry* entry,
250 // sparse entry so let's not write to this entry.
266 int current_len = entry
243 UpdateFromStoredHeaders(const HttpResponseHeaders* headers, disk_cache::Entry* entry, bool truncated) argument
413 CacheRead( disk_cache::Entry* entry, IOBuffer* data, int data_len, const net::CompletionCallback& callback) argument
434 CacheWrite( disk_cache::Entry* entry, IOBuffer* data, int data_len, const net::CompletionCallback& callback) argument
[all...]
/external/chromium_org/net/tools/gdig/
H A Dfile_net_log.h26 virtual void OnAddEntry(const net::NetLog::Entry& entry) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_qualified_names.py40 def _symbol(entry):
42 if entry['name'].startswith('x-webkit-'):
43 return entry['name'].replace('-', '')[1:]
44 return entry['name'].replace('-', '_')
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker/
H A DTempStorageSharedWorker.js89 tempStorageError = "Failed to delete entry: " + e.message + " " + e.name;
94 var entry = entries[i];
95 if (entry.isFile)
96 entry.remove(didDeleteEntry, failedToDeleteEntry);
98 entry.removeRecursively(didDeleteEntry, failedToDeleteEntry);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_copy_propagation_elements.cpp145 /* Treat entry into a function signature as a completely separate
248 acp_entry *entry = (acp_entry *)iter.get(); local
250 if (var == entry->lhs) {
252 if (entry->write_mask & (1 << swizzle_chan[c])) {
253 source[c] = entry->rhs;
254 source_chan[c] = entry->swizzle[swizzle_chan[c]];
404 acp_entry *entry = (acp_entry *)node; local
406 if (entry->lhs == k->var) {
407 entry->write_mask = entry
432 acp_entry *entry; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dentry.c29 #include "entry.h"
92 entry_patch(mapi_func entry, int slot) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.cpp73 SkPathHeap::LookupEntry* entry = this->addIfNotPresent(path); local
75 if (entry->storageSlot() > 0) {
76 return entry->storageSlot();
81 entry->setStorageSlot(newSlot);
/external/guava/guava-gwt/src/com/google/common/collect/
H A DMultimap_CustomFieldSerializerBase.java72 for (Map.Entry<?, ? extends Collection<?>> entry
74 writer.writeObject(entry.getKey());
75 writer.writeInt(entry.getValue().size());
76 for (Object value : entry.getValue()) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java140 for (Entry<? extends K, ? extends V> entry : map.entrySet()) {
141 put(entry.getKey(), entry.getValue());
192 Entry<K, V> entry;
200 entry = iterator.next();
201 return entry.getKey();
205 checkState(entry != null);
206 V value = entry.getValue();
289 Entry<?, ?> entry = (Entry<?, ?>) object;
290 inverse.delegate.remove(entry
[all...]
/external/libcxxabi/include/mach-o/
H A Dcompact_unwind_encoding.h110 // Each entry contains which register to restore.
240 // Each entry contains which register to restore.
351 // In x86_64 assembly, these entry would look like:
453 // entry array
464 // 32-bit entry array
468 #define UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry) (entry & 0x00FFFFFF)
469 #define UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry) ((entry >> 24) & 0xFF)
/external/libexif/libexif/fuji/
H A Dmnote-fuji-entry.h1 /* mnote-fuji-entry.h
43 char *mnote_fuji_entry_get_value (MnoteFujiEntry *entry, char *val, unsigned int maxlen);
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.h1 /* mnote-olympus-entry.h
41 char *mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *val, unsigned int maxlen);
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.h1 /* mnote-pentax-entry.h
41 char *mnote_pentax_entry_get_value (MnotePentaxEntry *entry, char *val, unsigned int maxlen);
/external/llvm/test/MC/COFF/
H A Dbasic-coff-64.s14 # BB#0: # %entry
H A Dbasic-coff.s14 # BB#0: # %entry
/external/mesa3d/src/glsl/
H A Dopt_copy_propagation_elements.cpp145 /* Treat entry into a function signature as a completely separate
248 acp_entry *entry = (acp_entry *)iter.get(); local
250 if (var == entry->lhs) {
252 if (entry->write_mask & (1 << swizzle_chan[c])) {
253 source[c] = entry->rhs;
254 source_chan[c] = entry->swizzle[swizzle_chan[c]];
404 acp_entry *entry = (acp_entry *)node; local
406 if (entry->lhs == k->var) {
407 entry->write_mask = entry
432 acp_entry *entry; local
[all...]
/external/mesa3d/src/mapi/mapi/
H A Dentry.c29 #include "entry.h"
92 entry_patch(mapi_func entry, int slot) argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractSampleEncryptionBox.java152 for (Entry entry : entries) {
155 System.arraycopy(entry.iv, 0, ivFull, ivSize - entry.iv.length, entry.iv.length);
159 byteBuffer.put(entry.iv);
162 IsoTypeWriter.writeUInt16(byteBuffer, entry.pairs.size());
163 for (Entry.Pair pair : entry.pairs) {
179 for (Entry entry : entries) {
180 contentSize += entry.getSize();
274 Entry entry
[all...]
/external/qemu/include/sysemu/
H A Dwatchdog.h37 QLIST_ENTRY(WatchdogTimerModel) entry; member in struct:WatchdogTimerModel
/external/skia/src/core/
H A DSkPathHeap.cpp73 SkPathHeap::LookupEntry* entry = this->addIfNotPresent(path); local
75 if (entry->storageSlot() > 0) {
76 return entry->storageSlot();
81 entry->setStorageSlot(newSlot);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebResourceResponse.java43 for (Map.Entry<String, String> entry : responseHeaders.entrySet()) {
44 mResponseHeaderNames[i] = entry.getKey();
45 mResponseHeaderValues[i] = entry.getValue();
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation.cc31 ResourceEntry* entry) {
35 return metadata->GetResourceEntryById(local_id, entry);
111 scoped_ptr<ResourceEntry> entry) {
120 const std::string& local_id = entry->local_id();
121 ResourceEntry* entry_ptr = entry.get();
137 base::Passed(&entry),
144 scoped_ptr<ResourceEntry> entry,
155 const std::string& local_id = entry->local_id();
162 base::Passed(&entry)),
172 scoped_ptr<ResourceEntry> entry,
26 OpenCacheFileForWrite( internal::ResourceMetadata* metadata, internal::FileCache* cache, const std::string& local_id, scoped_ptr<base::ScopedClosureRunner>* file_closer, ResourceEntry* entry) argument
107 GetFileForSavingAfterDownload( const GetFileCallback& callback, FileError error, const base::FilePath& cache_path, scoped_ptr<ResourceEntry> entry) argument
141 GetFileForSavingAfterOpenForWrite( const GetFileCallback& callback, const base::FilePath& cache_path, scoped_ptr<ResourceEntry> entry, scoped_ptr<base::ScopedClosureRunner>* file_closer, FileError error) argument
169 GetFileForSavingAfterWatch( const GetFileCallback& callback, const base::FilePath& cache_path, scoped_ptr<ResourceEntry> entry, bool success) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_policy_observer.cc72 const PolicyMap::Entry* entry = policy_service_->GetPolicies( local
75 if (entry)
76 parent_->HandleExternalDataPolicyUpdate(user_id_, entry);
218 const PolicyMap::Entry* entry = local
220 if (!entry) {
232 if (map_entry.Equals(*entry))
236 map_entry = *entry->DeepCopy();
237 HandleExternalDataPolicyUpdate(user_id, entry);
287 const PolicyMap::Entry* entry) {
288 if (!entry) {
285 HandleExternalDataPolicyUpdate( const std::string& user_id, const PolicyMap::Entry* entry) argument
[all...]

Completed in 679 milliseconds

<<21222324252627282930>>