/external/chromium/chrome/browser/ |
mock_browsing_data_database_helper.cc | 60 for (std::map<const std::string, bool>::const_iterator i = databases_.begin();
|
mock_browsing_data_indexed_db_helper.cc | 59 for (std::map<const FilePath::StringType, bool>::const_iterator i =
|
mock_browsing_data_local_storage_helper.cc | 60 for (std::map<const FilePath::StringType, bool>::const_iterator i =
|
spellcheck_host.cc | 55 for (std::vector<std::string>::const_iterator i = accept_languages.begin();
|
/external/chromium/chrome/browser/prefs/ |
pref_change_registrar.cc | 57 for (std::set<ObserverRegistration>::const_iterator it = observers_.begin();
|
pref_set_observer.cc | 36 for (PrefSet::const_iterator i(prefs_.begin()); i != prefs_.end(); ++i) {
|
/external/chromium/chrome/browser/sync/ |
js_event_handler_list.cc | 54 for (PendingMessageList::const_iterator it = pending_messages.begin();
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service.cc | 15 for (BrowserList::const_iterator i = BrowserList::begin();
|
/external/chromium/chrome/browser/themes/ |
browser_theme_pack.cc | 501 ImageCache::const_iterator image_iter = prepared_images_.find(prs_id); 514 RawImages::const_iterator it = image_memory_.find(prs_id); 547 RawImages::const_iterator it = image_memory_.find(prs_id); 635 for (std::map<int, color_utils::HSL>::const_iterator it = 659 for (std::map<int, SkColor>::const_iterator it = temp_colors.begin(); 731 std::map<int, SkColor>::const_iterator it = 805 for (std::map<int, int>::const_iterator it = temp_properties.begin(); 833 for (FilePathMap::const_iterator it = file_paths.begin(); 850 for (FilePathMap::const_iterator it = file_paths.begin(); 949 for (std::set<int>::const_iterator it = idr_ids.begin() [all...] |
/external/chromium/net/base/ |
x509_certificate_openssl_android.cc | 35 for (OSCertHandles::const_iterator it = cert_handles.begin();
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 145 for (AudioCodecs::const_iterator codec = audio_codecs.begin(); 157 for (CryptoParamsVec::const_iterator crypto = audio_cryptos.begin(); 177 for (VideoCodecs::const_iterator codec = video_codecs.begin(); 190 for (CryptoParamsVec::const_iterator crypto = video_cryptos.begin(); 215 for (ContentInfos::const_iterator content = contents.begin(); 243 for (CryptoParamsVec::const_iterator i = cryptos.begin(); 267 for (AudioCodecs::const_iterator ours = audio_codecs.begin(); 269 for (AudioCodecs::const_iterator theirs = audio_offer->codecs().begin(); 303 for (VideoCodecs::const_iterator ours = video_codecs.begin(); 305 for (VideoCodecs::const_iterator theirs = video_offer->codecs().begin() [all...] |
/external/chromium/webkit/glue/ |
password_form_dom_manager.cc | 65 PasswordFormMap::const_iterator iter;
|
/external/clang/include/clang/Analysis/Support/ |
BumpVector.h | 73 typedef const T* const_iterator; typedef in class:clang::BumpVector 75 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 85 const_iterator begin() const { return Begin; } 87 const_iterator end() const { return End; }
|
/external/llvm/lib/Target/X86/ |
X86COFFMachineModuleInfo.h | 37 typedef DenseSet<MCSymbol const *>::const_iterator externals_iterator;
|
/external/oprofile/libpp/ |
sample_container.h | 31 typedef samples_storage::const_iterator samples_iterator;
|
xml_utils.h | 18 typedef symbol_collection::const_iterator sym_iterator;
|
/external/oprofile/libutil++/ |
path_filter.cpp | 24 vector<string>::const_iterator cit;
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashSet.h | 53 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator; typedef in class:WTF::HashSet 216 typedef typename HashTableType::const_iterator iterator; 231 typedef typename HashTableType::const_iterator iterator; 246 typedef typename HashSet<T, U, V>::const_iterator iterator;
|
/external/webkit/Source/WebCore/inspector/ |
InspectorPageAgent.cpp | 173 CachedResourceLoader::DocumentResourceMap::const_iterator end = allResources.end(); 174 for (CachedResourceLoader::DocumentResourceMap::const_iterator it = allResources.begin(); it != end; ++it) { 208 CachedResourceLoader::DocumentResourceMap::const_iterator end = allResources.end(); 209 for (CachedResourceLoader::DocumentResourceMap::const_iterator it = allResources.begin(); it != end; ++it)
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedResourceClientWalker.cpp | 34 typedef HashCountedSet<CachedResourceClient*>::const_iterator Iterator;
|
/external/webkit/Source/WebCore/rendering/ |
VerticalPositionCache.h | 48 const HashMap<RenderObject*, int>::const_iterator it = mapToCheck.find(renderer);
|
/external/webkit/Source/WebCore/svg/ |
SVGPathByteStream.h | 60 typedef Data::const_iterator DataIterator;
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
TypeTraits.h | 53 typedef typename DataType::const_iterator iterator;
|
/frameworks/compile/mclinker/include/mcld/ |
InputTree.h | 35 typedef PolicyIterator<Input, typename Traits::const_traits, IteratorType> const_iterator; typedef in class:mcld::PolicyIterator 90 typedef BinaryTree<Input>::const_iterator const_iterator; typedef in class:mcld::InputTree 162 bool isGroup(const InputTree::const_iterator& pos);
|
/frameworks/compile/mclinker/lib/Support/ |
TargetRegistry.cpp | 23 TargetListTy::const_iterator TIter, TEnd = s_TargetList.end();
|