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

12

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_history.cc21 void PrerenderHistory::AddEntry(const Entry& entry) { function in class:prerender::PrerenderHistory
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.cc12 void Log::AddEntry(Level level, const std::string& message) { function in class:Log
13 AddEntry(level, "", message);
16 void Log::AddEntry(Level level, function in class:Log
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_viewer_source_browsertest.cc64 void AddEntry(const ArticleEntry& e, FakeDB<ArticleEntry>::EntryMap* map) { function in namespace:dom_distiller::__anon3567
150 AddEntry(entry, database_model_);
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model.cc23 AddEntry(initial_data[i]);
145 void DomDistillerModel::AddEntry(const ArticleEntry& entry) { function in class:dom_distiller::DomDistillerModel
194 AddEntry(entry);
202 AddEntry(entry);
H A Ddom_distiller_store.cc65 bool DomDistillerStore::AddEntry(const ArticleEntry& entry) { function in class:dom_distiller::DomDistillerStore
H A Ddom_distiller_store_unittest.cc45 void AddEntry(const ArticleEntry& e, EntryMap* map) { function in namespace:dom_distiller::__anon6473
73 AddEntry(GetEntryFromChange(*it), model_);
219 AddEntry(GetSampleEntry(0), &db_model_);
220 AddEntry(GetSampleEntry(1), &db_model_);
221 AddEntry(GetSampleEntry(2), &db_model_);
234 AddEntry(GetSampleEntry(0), &db_model_);
235 AddEntry(GetSampleEntry(1), &db_model_);
236 AddEntry(GetSampleEntry(2), &db_model_);
238 AddEntry(GetSampleEntry(2), &store_model_);
239 AddEntry(GetSampleEntr
[all...]
/external/chromium_org/content/browser/
H A Dtransition_request_manager.cc112 void TransitionRequestManager::TransitionRequestData::AddEntry( function in class:content::TransitionRequestManager::TransitionRequestData
162 pending_transition_frames_[key].AddEntry(allowed_destination_host_pattern,
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h176 void AddEntry(link_map_t* entry) { RunOrDelay(&AddEntryInternal, entry); } function in class:crazy::RDebug
195 // AddEntry() and DelEntry() pass the addresses of static functions to
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl_browsertest.cc42 void AddEntry(const ImageData& d, EntryMap* map) { (*map)[d.url()] = d; } function in namespace:suggestions
256 AddEntry(GetSampleImageData(kTestUrl1), &db_model_);
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.cc140 void FakeShillProfileClient::AddEntry(const std::string& profile_path, function in class:chromeos::FakeShillProfileClient
/external/chromium_org/content/browser/appcache/
H A Dappcache.cc45 void AppCache::AddEntry(const GURL& url, const AppCacheEntry& entry) { function in class:content::AppCache
163 AddEntry(entry.url, AppCacheEntry(entry.flags, entry.response_id,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dtmmbr_help.cc75 void TMMBRSet::AddEntry(uint32_t tmmbrSet, function in class:webrtc::TMMBRSet
218 candidateSet.AddEntry(_candidateSet.Tmmbr(i),
263 _boundingSet.AddEntry(candidateSet.Tmmbr(i),
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.cc197 error = AddEntry(mydrive, &local_id);
225 FileError ResourceMetadata::AddEntry(const ResourceEntry& entry, function in class:drive::internal::ResourceMetadata
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dfake_provided_file_system.cc42 AddEntry(
47 AddEntry(base::FilePath::FromUTF8Unsafe(kFakeFilePath),
58 void FakeProvidedFileSystem::AddEntry(const base::FilePath& entry_path, function in class:chromeos::file_system_provider::FakeProvidedFileSystem
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc115 AddEntry(local_tab.release(), true, true);
149 AddEntry(new Tab(window->tabs[0]), true, true);
154 AddEntry(window.release(), true, true);
329 void TabRestoreServiceHelper::AddEntry(Entry* entry, function in class:TabRestoreServiceHelper
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc272 AddEntry(index, entry.Pass());
321 AddEntry(new_index, current_entry.Pass());
388 void TemplateURLTableModel::AddEntry(int index, scoped_ptr<ModelEntry> entry) { function in class:TemplateURLTableModel
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc78 void AddEntry(const std::string& profile_path, function in class:chromeos::__anon6171::ShillProfileTestClient
255 profiles_stub_.AddEntry(profile_path, entry_path, *entry);
H A Dnetwork_event_log.cc409 void AddEntry(const char* file, function in namespace:chromeos::network_event_log::internal
/external/chromium_org/net/base/
H A Dnet_log.cc211 AddEntry(type,
220 AddEntry(type,
397 void NetLog::AddEntry(EventType type, function in class:net::NetLog
411 void BoundNetLog::AddEntry(NetLog::EventType type, function in class:net::BoundNetLog
415 net_log_->AddEntry(type, source_, phase, NULL);
418 void BoundNetLog::AddEntry( function in class:net::BoundNetLog
424 net_log_->AddEntry(type, source_, phase, &get_parameters);
428 AddEntry(type, NetLog::PHASE_NONE);
434 AddEntry(type, NetLog::PHASE_NONE, get_parameters);
438 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/chromium_org/tools/cygprofile/
H A Dcygprofile.cc202 void ThreadLog::AddEntry(void* address) { function in class:cygprofile::ThreadLog
367 g_tls_log->AddEntry(this_fn);
/external/srec/tools/grxmlcompile/
H A Dsub_grph.h67 void AddEntry (int comb, int first, int second) { function in class:DetCache
/external/lldb/include/lldb/Core/
H A DMappedHash.h210 AddEntry (const char *cstr, const ValueType &value) function in class:MappedHash::ExportTable
/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/jemalloc/bin/
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);
2916 AddEntry($result, $reduced_path, $count);
2941 AddEntry(
3131 sub AddEntry { subroutine
[all...]

Completed in 3539 milliseconds

12