/external/chromium/chrome/browser/debugger/ |
inspectable_tab_proxy.cc | 76 for (BrowserList::const_iterator it = BrowserList::begin(), 90 InspectableTabProxy::IdToClientHostMap::const_iterator it =
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state.cc | 62 for (StateMap::const_iterator i(state_map_.begin()); 70 for (StateMap::const_iterator i(state_map_.begin());
|
/external/chromium/chrome/browser/sessions/ |
session_restore.h | 43 std::vector<SessionWindow*>::const_iterator begin, 44 std::vector<SessionWindow*>::const_iterator end);
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_browsertest.cc | 29 for (BrowserList::const_iterator it = BrowserList::begin(); 45 for (BrowserList::const_iterator it = BrowserList::begin();
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessiondescription.cc | 36 for (ContentInfos::const_iterator content = contents.begin(); 47 for (ContentInfos::const_iterator content = contents.begin();
|
/external/clang/lib/Analysis/ |
PostOrderCFGView.cpp | 42 PostOrderCFGView::BlockOrderTy::const_iterator b1It = POV.BlockOrder.find(b1); 43 PostOrderCFGView::BlockOrderTy::const_iterator b2It = POV.BlockOrder.find(b2);
|
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 82 MachineBasicBlock::const_iterator TopPos; 83 MachineBasicBlock::const_iterator BottomPos; 87 void openTop(MachineBasicBlock::const_iterator PrevTop); 89 void openBottom(MachineBasicBlock::const_iterator PrevBottom); 189 MachineBasicBlock::const_iterator CurrPos; 206 MachineBasicBlock::const_iterator pos); 214 MachineBasicBlock::const_iterator getPos() const { return CurrPos; } 220 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; }
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfAccelTable.cpp | 154 for (HashList::const_iterator HI = Buckets[i].begin(), 168 for (HashList::const_iterator HI = Buckets[i].begin(), 187 for (HashList::const_iterator HI = Buckets[i].begin(), 196 for (ArrayRef<HashDataContents*>::const_iterator 242 for (StringMap<DataArray>::const_iterator 245 for (DataArray::const_iterator DI = EI->second.begin(), 253 for (HashList::const_iterator HI = Buckets[i].begin(), 258 for (std::vector<HashData*>::const_iterator
|
/external/llvm/lib/IR/ |
AttributeImpl.h | 184 typedef SmallVectorImpl<Attribute>::const_iterator const_iterator; typedef in class:llvm::AttributeSetNode 189 const_iterator begin() const { return AttrList.begin(); } 190 const_iterator end() const { return AttrList.end(); } 249 typedef AttributeSetNode::const_iterator const_iterator; typedef in class:llvm::AttributeSetImpl 256 const_iterator begin(unsigned Idx) const 258 const_iterator end(unsigned Idx) const
|
/external/openfst/src/include/fst/ |
util.h | 217 for (typename C<S, T>::const_iterator it = c.begin(); \ 232 for (typename C<S, T, U>::const_iterator it = c.begin(); \ 375 // is otherwise unused. 'Find()' returns an STL const_iterator to the match 380 typedef typename set<Key>::const_iterator const_iterator; typedef in class:fst::CompactSet 415 const_iterator Find(Key key) const { 433 const_iterator Begin() const { return set_.begin(); } 435 const_iterator End() const { return set_.end(); }
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSVariableObject.cpp | 47 SymbolTable::const_iterator end = symbolTable().end(); 48 for (SymbolTable::const_iterator it = symbolTable().begin(); it != end; ++it) {
|
ScopeChain.cpp | 41 PropertyNameArray::const_iterator propEnd = propertyNames.end(); 44 for (PropertyNameArray::const_iterator propIter = propertyNames.begin(); propIter != propEnd; propIter++) {
|
/external/webkit/Source/WebCore/bindings/js/ |
JSConsoleCustom.cpp | 51 ProfilesArray::const_iterator end = profiles.end(); 52 for (ProfilesArray::const_iterator iter = profiles.begin(); iter != end; ++iter)
|
/external/webkit/Source/WebCore/html/ |
CollectionCache.cpp | 35 NodeCacheMap::const_iterator end = src.end(); 36 for (NodeCacheMap::const_iterator it = src.begin(); it != end; ++it)
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheResource.cpp | 57 HTTPHeaderMap::const_iterator end = response().httpHeaderFields().end(); 58 for (HTTPHeaderMap::const_iterator it = response().httpHeaderFields().begin(); it != end; ++it)
|
/external/webkit/Source/WebCore/platform/cf/ |
RunLoopTimerCF.cpp | 65 SchedulePairHashSet::const_iterator end = schedulePairs.end(); 66 for (SchedulePairHashSet::const_iterator it = schedulePairs.begin(); it != end; ++it)
|
/external/webkit/Source/WebCore/platform/network/soup/ |
ResourceResponseSoup.cpp | 47 HTTPHeaderMap::const_iterator end = headers.end(); 48 for (HTTPHeaderMap::const_iterator it = headers.begin(); it != end; ++it)
|
/external/webkit/Source/WebCore/plugins/android/ |
PluginDataAndroid.cpp | 50 MIMEToDescriptionsMap::const_iterator end = mimeToDescriptions.end(); 51 for (MIMEToDescriptionsMap::const_iterator it = mimeToDescriptions.begin(); it != end; ++it) {
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginDataGtk.cpp | 44 MIMEToDescriptionsMap::const_iterator end = mimeToDescriptions.end(); 45 for (MIMEToDescriptionsMap::const_iterator it = mimeToDescriptions.begin(); it != end; ++it) {
|
/external/webkit/Source/WebCore/plugins/wx/ |
PluginDataWx.cpp | 50 MIMEToDescriptionsMap::const_iterator end = mimeToDescriptions.end(); 51 for (MIMEToDescriptionsMap::const_iterator it = mimeToDescriptions.begin(); it != end; ++it) {
|
/external/webkit/Source/WebCore/rendering/style/ |
KeyframeList.h | 82 HashSet<int>::const_iterator beginProperties() const { return m_properties.begin(); } 83 HashSet<int>::const_iterator endProperties() const { return m_properties.end(); }
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedProperty.h | 55 const Cache::const_iterator end = cache->end(); 56 for (Cache::const_iterator it = cache->begin(); it != end; ++it) {
|
/external/webkit/Source/WebKit/android/content/ |
PhoneEmailDetector.h | 59 virtual bool FindContent(const string16::const_iterator& begin, 60 const string16::const_iterator& end,
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDOMEventListenerPrivate.cpp | 60 Vector<WebDOMEventListenerPrivate::ListenerInfo>::const_iterator iter; 73 Vector<WebDOMEventListenerPrivate::ListenerInfo>::const_iterator iter;
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebApplicationCache.mm | 78 HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash>::const_iterator end = coreOrigins.end(); 79 for (HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash>::const_iterator it = coreOrigins.begin(); it != end; ++it) {
|