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

1234

/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.cc43 bool AndroidURLsSQLHandler::Insert(HistoryAndBookmarkRow* row) { function in class:history::AndroidURLsSQLHandler
H A Dfavicon_sql_handler.cc96 bool FaviconSQLHandler::Insert(HistoryAndBookmarkRow* row) { function in class:history::FaviconSQLHandler
H A Durls_sql_handler.cc30 bool UrlsSQLHandler::Insert(HistoryAndBookmarkRow* row) { function in class:history::UrlsSQLHandler
35 LOG(ERROR) << "AndroidProviderBackend::Insert Urls; url exists.";
H A Dbookmark_model_sql_handler.cc154 bool BookmarkModelSQLHandler::Insert(HistoryAndBookmarkRow* row) { function in class:history::BookmarkModelSQLHandler
H A Dvisit_sql_handler.cc34 // b. Insert a new visit which has visit time same as created time.
35 // c. Insert the number of visits according the visit count in urls table.
81 bool VisitSQLHandler::Insert(HistoryAndBookmarkRow* row) { function in class:history::VisitSQLHandler
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dtracker_id_set.cc18 void TrackerIDSet::Insert(const FileTracker& tracker) { function in class:sync_file_system::drive_backend::TrackerIDSet
H A Dtask_dependency_manager.cc75 bool TaskDependencyManager::Insert(const TaskBlocker* task_blocker) { function in class:sync_file_system::drive_backend::TaskDependencyManager
/external/chromium_org/net/disk_cache/memory/
H A Dmem_rankings.cc16 void MemRankings::Insert(MemEntryImpl* node) { function in class:disk_cache::MemRankings
50 Insert(node);
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dstatic_dict.h29 void Insert(const std::string &str, int len, int dist) { function in class:brotli::StaticDictionary
/external/lldb/include/lldb/Core/
H A DFileSpecList.h195 Insert (size_t idx, const FileSpec &file) function in class:lldb_private::FileSpecList
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp22 DWARFDIECollection::Insert(const DWARFDebugInfoEntry *die) function in class:DWARFDIECollection
H A DNameToDIE.cpp33 NameToDIE::Insert (const ConstString& name, uint32_t die_offset) function in class:NameToDIE
/external/chromium_org/components/enhanced_bookmarks/
H A Dtest_image_store.cc20 void TestImageStore::Insert(const GURL& page_url, function in class:TestImageStore
H A Dpersistent_image_store.cc93 void PersistentImageStore::Insert(const GURL& page_url, function in class:PersistentImageStore
112 // Insert an empty image in case encoding fails.
/external/srec/seti/sltsEngine/src/
H A Dlinklist_impl.c123 LListResult Insert(LList *list, void *data) function
/external/chromium_org/components/invalidation/
H A Dobject_id_invalidation_map.cc16 invalidate_all.Insert(Invalidation::InitUnknownVersion(*it));
37 void ObjectIdInvalidationMap::Insert(const Invalidation& invalidation) { function in class:syncer::ObjectIdInvalidationMap
38 map_[invalidation.object_id()].Insert(invalidation);
105 Insert(*invalidation.get());
/external/chromium_org/extensions/browser/
H A Dprocess_map.cc74 bool ProcessMap::Insert(const std::string& extension_id, int process_id, function in class:extensions::ProcessMap
/external/chromium_org/sync/syncable/
H A Dparent_child_index.cc56 bool ParentChildIndex::Insert(EntryKernel* entry) { function in class:syncer::syncable::ParentChildIndex
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl30 # Insert
232 proc Insert {} { procedure
266 {[Insert]}
/external/chromium_org/ui/gfx/
H A Dcolor_profile_win.cc30 void Insert(const std::wstring& device, const std::vector<char>& profile) { function in class:gfx::ColorProfileCache
98 GetColorProfileCache().Insert(monitor.szDevice, *profile);
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree.h43 // Insert a new rect into the tree, associated with provided key. Note that if
46 void Insert(const Rect& rect, Key key);
92 void RTree<Key>::Insert(const Rect& rect, Key key) { function in class:gfx::RTree
101 // of Insert() as nothing has changed.
/external/chromium_org/v8/test/cctest/
H A Dtest-hashmap.cc49 void Insert(int x) { function in class:IntSet
98 set.Insert(1);
99 set.Insert(2);
100 set.Insert(3);
103 set.Insert(2);
104 set.Insert(3);
128 // Insert a long series of values.
137 set.Insert(x);
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc68 int MapWrapper::Insert(int id, void* ptr) function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc74 int MapNoStl::Insert(int id, void* ptr) function in class:webrtc::MapNoStl
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs62 public void Insert( int index, object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
281 void IList.Insert( int index, object value )
393 void IList<T>.Insert( int index, T item ) method in class:Antlr.Runtime.JavaExtensions.SubList

Completed in 941 milliseconds

1234