HomeSort by relevance Sort by last modified time
    Searched full:const_iterator (Results 1101 - 1125 of 3365) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 475 void dump(ExecState*, const Vector<Instruction>::const_iterator& begin, Vector<Instruction>::const_iterator&) const;
478 void printUnaryOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
479 void printBinaryOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
480 void printConditionalJump(ExecState*, const Vector<Instruction>::const_iterator&, Vector<Instruction>::const_iterator&, int location, const char* op) const;
481 void printGetByIdOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
482 void printPutByIdOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 60 SourceProviderMap::const_iterator end = m_sourceProviders.end();
61 for (SourceProviderMap::const_iterator iter = m_sourceProviders.begin(); iter != end; ++iter)
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfile.cpp 86 ProfileNodesList::const_iterator end = children.end();
87 for (ProfileNodesList::const_iterator iter = children.begin(); iter != end; ++iter)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileNodeCustom.cpp 49 ProfileNodesList::const_iterator end = children.end();
50 for (ProfileNodesList::const_iterator iter = children.begin(); iter != end; ++iter)
  /external/webkit/Source/WebCore/css/
CSSCursorImageValue.cpp 69 HashSet<SVGElement*>::const_iterator it = m_referencedElements.begin();
70 HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.cpp 105 ApplicationCacheHost::ResourceInfoList::const_iterator end = applicationCacheResources.end();
106 ApplicationCacheHost::ResourceInfoList::const_iterator it = applicationCacheResources.begin();
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.h 86 ResourceMap::const_iterator begin() const { return m_resources.begin(); }
87 ResourceMap::const_iterator end() const { return m_resources.end(); }
  /external/webkit/Source/WebCore/page/
PageGroupLoadDeferrer.cpp 39 HashSet<Page*>::const_iterator end = pages.end();
40 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/platform/cf/
SharedBufferCF.cpp 108 Vector<RetainPtr<CFDataRef> >::const_iterator end = m_dataArray.end();
109 for (Vector<RetainPtr<CFDataRef> >::const_iterator it = m_dataArray.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.cpp 103 GeolocationServiceSet::const_iterator end = s_instances->end();
104 for (GeolocationServiceSet::const_iterator iter = s_instances->begin(); iter != end; ++iter)
  /external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.cpp 117 ListenerSet::const_iterator end = broadcaster->listeners().end();
118 for (ListenerSet::const_iterator it = broadcaster->listeners().begin(); it != end; ++it)
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuWx.cpp 67 ItemActionMap::const_iterator end = s_itemActions.end();
68 for (ItemActionMap::const_iterator it = s_itemActions.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/plugins/
PluginMainThreadScheduler.cpp 78 Deque<Call>::const_iterator end = calls.end();
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp 168 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
169 for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/storage/
StorageEventDispatcher.cpp 70 HashSet<Page*>::const_iterator end = pages.end();
71 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/svg/
SVGCursorElement.cpp 118 HashSet<SVGElement*>::const_iterator it = m_clients.begin();
119 HashSet<SVGElement*>::const_iterator end = m_clients.end();
SVGElementInstance.cpp 105 const HashSet<SVGElementInstance*>::const_iterator end = set.end();
106 for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 191 ActiveDOMObjectsMap::const_iterator activeObjectsEnd = activeObjects.end();
192 for (ActiveDOMObjectsMap::const_iterator iter = activeObjects.begin(); iter != activeObjectsEnd; ++iter) {
198 HashSet<MessagePort*>::const_iterator messagePortsEnd = messagePorts().end();
199 for (HashSet<MessagePort*>::const_iterator iter = messagePorts().begin(); iter != messagePortsEnd; ++iter) {
235 Vector<String>::const_iterator urlsEnd = urls.end();
237 for (Vector<String>::const_iterator it = urls.begin(); it != urlsEnd; ++it) {
245 Vector<KURL>::const_iterator end = completedURLs.end();
247 for (Vector<KURL>::const_iterator it = completedURLs.begin(); it != end; ++it) {
  /external/webkit/Source/WebKit/android/content/
content_detector.h 84 virtual bool FindContent(const string16::const_iterator& begin,
85 const string16::const_iterator& end,
  /external/webkit/Source/WebKit/android/jni/
GeolocationPermissionsBridge.cpp 52 GeolocationPermissions::OriginSet::const_iterator end = origins.end();
53 for (GeolocationPermissions::OriginSet::const_iterator iter = origins.begin(); iter != end; ++iter) {
  /external/webkit/Source/WebKit/chromium/src/
StorageEventDispatcherImpl.cpp 66 HashSet<Page*>::const_iterator end = pages.end();
67 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebPlatformStrategies.cpp 87 MIMEToDescriptionsMap::const_iterator end = mimeToDescriptions.end();
88 for (MIMEToDescriptionsMap::const_iterator it = mimeToDescriptions.begin(); it != end; ++it) {
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.cpp 103 std::map<std::string, CreateInjectedBundleTestFunction>::const_iterator it = m_createInjectedBundleTestFunctions.begin();
104 std::map<std::string, CreateInjectedBundleTestFunction>::const_iterator end = m_createInjectedBundleTestFunctions.end();
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 40 typedef typename Alloc::const_iterator const_iterator; typedef in class:mcld::NodeFactory
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 38 typedef SectionTable::const_iterator const_sect_iterator;
42 typedef SymbolTable::const_iterator const_sym_iterator;

Completed in 2131 milliseconds

<<41424344454647484950>>