Searched defs:AddEntry (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_history.cc21 void PrerenderHistory::AddEntry(const Entry& entry) { function in class:prerender::PrerenderHistory
/external/chromium/chrome/browser/download/
H A Ddownload_history.cc42 void DownloadHistory::AddEntry( function in class:DownloadHistory
/external/chromium/net/base/
H A Dcapturing_net_log.cc43 void CapturingNetLog::AddEntry(EventType type, function in class:net::CapturingNetLog
H A Dnet_log.cc111 void BoundNetLog::AddEntry( function in class:net::BoundNetLog
116 net_log_->AddEntry(type, base::TimeTicks::Now(), source_, phase, params);
126 net_log_->AddEntry(type, time, source_, phase, params);
133 AddEntry(event_type, NetLog::PHASE_NONE, params);
139 AddEntry(event_type, NetLog::PHASE_BEGIN, params);
145 AddEntry(event_type, NetLog::PHASE_END, params);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.cc90 void Log::AddEntry(Level level, const std::string& message) { function in class:Log
/external/chromium/chrome/browser/net/
H A Dchrome_net_log.cc84 void ChromeNetLog::AddEntry(EventType type, function in class:ChromeNetLog
/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client_stub.cc141 void ShillProfileClientStub::AddEntry(const std::string& profile_path, function in class:chromeos::ShillProfileClientStub
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_processor.cc183 AddEntry(entry);
187 void ChangeListProcessor::AddEntry(const ResourceEntry& entry) { function in class:drive::internal::ChangeListProcessor
188 FileError error = resource_metadata_->AddEntry(entry);
H A Dresource_metadata.cc100 FileError error = metadata->AddEntry(entry);
265 FileError ResourceMetadata::AddEntry(const ResourceEntry& entry) { function in class:drive::internal::ResourceMetadata
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc76 void AddEntry(const std::string& profile_path, function in class:chromeos::__anon7301::ShillProfileTestClient
222 profiles_stub_.AddEntry(profile_path, entry_path, *entry);
H A Dnetwork_event_log.cc302 void AddEntry(const char* file, function in namespace:chromeos::network_event_log::internal
/external/chromium_org/webkit/browser/appcache/
H A Dappcache.cc45 void AppCache::AddEntry(const GURL& url, const AppCacheEntry& entry) { function in class:appcache::AppCache
163 AddEntry(entry.url, AppCacheEntry(entry.flags, entry.response_id,
/external/chromium/third_party/libevent/
H A Devent_rpcgen.py32 def AddEntry(self, entry): member in class:Struct
1165 newstruct.AddEntry(newentry)
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc114 AddEntry(local_tab.release(), true, true);
148 AddEntry(new Tab(window->tabs[0]), true, true);
153 AddEntry(window.release(), true, true);
328 void TabRestoreServiceHelper::AddEntry(Entry* entry, function in class:TabRestoreServiceHelper
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc278 AddEntry(index, entry.Pass());
326 AddEntry(new_index, current_entry.Pass());
392 void TemplateURLTableModel::AddEntry(int index, scoped_ptr<ModelEntry> entry) { function in class:TemplateURLTableModel
/external/chromium_org/net/base/
H A Dnet_log.cc202 AddEntry(type,
211 AddEntry(type,
382 void NetLog::AddEntry(EventType type, function in class:net::NetLog
397 void BoundNetLog::AddEntry(NetLog::EventType type, function in class:net::BoundNetLog
401 net_log_->AddEntry(type, source_, phase, NULL);
404 void BoundNetLog::AddEntry( function in class:net::BoundNetLog
410 net_log_->AddEntry(type, source_, phase, &get_parameters);
414 AddEntry(type, NetLog::PHASE_NONE);
420 AddEntry(type, NetLog::PHASE_NONE, get_parameters);
424 AddEntry(typ
[all...]
/external/chromium_org/third_party/libevent/
H A Devent_rpcgen.py32 def AddEntry(self, entry): member in class:Struct
1165 newstruct.AddEntry(newentry)
/external/srec/tools/grxmlcompile/
H A Dsub_grph.h67 void AddEntry (int comb, int first, int second) { function in class:DetCache
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.cc231 AddEntry(local_tab.release(), true, true);
262 AddEntry(new Tab(window->tabs[0]), true, true);
267 AddEntry(window.release(), true, true);
522 void TabRestoreService::AddEntry(Entry* entry, bool notify, bool to_front) { function in class:TabRestoreService
1075 AddEntry(staging_entries_[i], false, false);
1078 // AddEntry takes ownership of the entry, need to clear out entries so that
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1721 AddEntry($samples1, $line, $running1);
1722 AddEntry($samples2, $line, $running2);
1737 AddEntry($samples1, $lastline, $running1);
1738 AddEntry($samples2, $lastline, $running2);
2719 AddEntry($result, $addrs[0], $count);
2735 AddEntry($result, $a, $count);
2788 AddEntry($calls, $destination, $count);
2792 AddEntry($calls, $call, $count);
2911 AddEntry($result, $reduced_path, $count);
2932 AddEntry(
3122 sub AddEntry { subroutine
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp281 void LineTableInfo::AddEntry(FileID FID, function in class:LineTableInfo
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc237 HeapEntry* entry = AddEntry(HeapEntry::kSynthetic,
249 HeapEntry* entry = AddEntry(HeapEntry::kSynthetic,
261 HeapEntry* entry = AddEntry(
271 HeapEntry* HeapSnapshot::AddEntry(HeapEntry::Type type, function in class:v8::internal::HeapSnapshot
749 return AddEntry(reinterpret_cast<HeapObject*>(ptr));
753 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) { function in class:v8::internal::V8HeapExplorer
768 return AddEntry(object, HeapEntry::kClosure, name);
771 return AddEntry(object,
783 return AddEntry(object, HeapEntry::kObject, name);
785 return AddEntry(objec
818 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, function in class:v8::internal::V8HeapExplorer
2174 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { function in class:v8::internal::SnapshotFiller
[all...]
H A Dobjects.cc13870 AddEntry(uint32_t, Object*, PropertyDetails, uint32_t);
13873 AddEntry(uint32_t, Object*, PropertyDetails, uint32_t);
13875 template MaybeObject* Dictionary<NameDictionaryShape, Name*>::AddEntry(
14886 return Dictionary<Shape, Key>::cast(obj)->AddEntry(key, value, details,
14903 return Dictionary<Shape, Key>::cast(obj)->AddEntry(key, value, details,
14910 MaybeObject* Dictionary<Shape, Key>::AddEntry(Key key, function in class:v8::internal::Dictionary
15420 table->AddEntry(table->FindInsertionEntry(hash), key, value);
15425 void ObjectHashTable::AddEntry(int entry, Object* key, Object* value) { function in class:v8::internal::ObjectHashTable
/external/v8/src/
H A Dprofile-generator.cc1182 return (root_entry_ = AddEntry(HeapEntry::kObject,
1194 return (gc_roots_entry_ = AddEntry(HeapEntry::kObject,
1208 return (gc_subroot_entries_[tag] = AddEntry(
1218 HeapEntry* HeapSnapshot::AddEntry(HeapEntry::Type type, function in class:v8::internal::HeapSnapshot
1331 AddEntry(addr, id);
1352 void HeapObjectsMap::AddEntry(Address addr, SnapshotObjectId id) { function in class:v8::internal::HeapObjectsMap
1653 return AddEntry(
1658 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, function in class:v8::internal::V8HeapExplorer
1676 return AddEntry(object,
1683 return AddEntry(objec
1760 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, function in class:v8::internal::V8HeapExplorer
2923 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { function in class:v8::internal::SnapshotCounter
2976 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { function in class:v8::internal::SnapshotFiller
[all...]
H A Dobjects.cc11157 AddEntry(uint32_t, Object*, PropertyDetails, uint32_t);
11160 AddEntry(uint32_t, Object*, PropertyDetails, uint32_t);
11162 template MaybeObject* Dictionary<StringDictionaryShape, String*>::AddEntry(
12087 return Dictionary<Shape, Key>::cast(obj)->AddEntry(key, value, details,
12104 return Dictionary<Shape, Key>::cast(obj)->AddEntry(key, value, details,
12111 MaybeObject* Dictionary<Shape, Key>::AddEntry(Key key, function in class:v8::internal::Dictionary
12591 table->AddEntry(table->FindInsertionEntry(hash), key, value);
12596 void ObjectHashTable::AddEntry(int entry, Object* key, Object* value) { function in class:v8::internal::ObjectHashTable

Completed in 1046 milliseconds