Searched defs:it (Results 201 - 225 of 1744) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementUpgradeCandidateMap.cpp49 for (UpgradeCandidateMap::const_iterator::Keys it = m_upgradeCandidates.begin().keys(); it != end; ++it)
50 unobserve(*it);
61 UnresolvedDefinitionMap::iterator it = m_unresolvedDefinitions.find(descriptor); local
63 if (it == m_unresolvedDefinitions.end())
66 elements = it->value.get();
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextGroup.cpp52 HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin(); local
53 return (*it)->webContext();
83 HashSet<WebGLSharedObject*>::iterator it = m_groupObjects.begin(); local
84 (*it)->detachContextGroup();
94 for (HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin(); it != m_contexts.end(); ++it)
95 (*it)->loseContextImpl(mode, autoRecoveryMethod);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGCursorElement.cpp5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
10 * This library is distributed in the hope that it will be useful,
48 for (HashSet<RawPtr<SVGElement> >::iterator it = m_clients.begin(); it != end; ++it)
49 (*it)->cursorElementRemoved();
93 HashSet<RawPtr<SVGElement> >::iterator it = m_clients.find(element); local
94 if (it != m_clients.end()) {
95 m_clients.remove(it);
116 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = m_clients.begin(); local
[all...]
H A DSVGTests.cpp5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
10 * This library is distributed in the hope that it will be useful,
54 Vector<String>::const_iterator it = requiredFeatures.begin(); local
56 for (; it != itEnd; ++it) {
57 if (it->isEmpty() || !DOMImplementation::hasFeature(*it, String()))
66 Vector<String>::const_iterator it = systemLanguage.begin(); local
68 for (; it !
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBoundaries.cpp64 TextBreakIterator* it = wordBreakIterator(chars, len); local
67 position = it->following(position);
74 position = it->following(position);
79 position = it->preceding(position);
86 position = it->preceding(position);
95 TextBreakIterator* it = wordBreakIterator(chars, len); local
96 *end = it->following(position);
98 *end = it->last();
99 *start = it->previous();
104 TextBreakIterator* it local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Da_sign.c10 * apply to all code found in this distribution, be it the RC4, RSA,
159 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, argument
170 return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
174 int ASN1_item_sign_ctx(const ASN1_ITEM *it, argument
196 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2,
239 inl=ASN1_item_i2d(asn,&buf_in, it);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dlru_cache_using_std.h71 const typename key_to_value_type::iterator it local
74 if (it==_key_to_value.end()) {
76 // We don't have it:
87 // We do have it:
94 (*it).second.second
98 return (*it).second.first;
126 typename key_tracker_type::iterator it local
134 std::make_pair(v,it)
148 const typename key_to_value_type::iterator it local
150 assert(it!
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dplainsaslhandler.h54 std::vector<std::string>::const_iterator it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN"); local
55 if (it == mechanisms.end()) {
63 // Creates a SaslMechanism for the given mechanism name (you own it
64 // once you get it). If not handled, return NULL.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc40 std::vector<AudioVector*>::iterator it = channels_.begin(); local
41 while (it != channels_.end()) {
42 delete (*it);
43 ++it;
H A Ddecoder_database_unittest.cc122 // Get the decoder info struct and check it too.
130 // Expect not to delete the decoder when removing it from the database, since
131 // it was declared externally.
168 PacketList::iterator it = packet_list.begin(); local
169 while (it != packet_list.end()) {
171 it = packet_list.erase(it);
H A Ddelay_peak_detector.cc45 std::list<Peak>::const_iterator it; local
46 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
47 max_height = std::max(max_height, it->peak_height_packets);
54 std::list<Peak>::const_iterator it; local
55 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
56 max_period = std::max(max_period, it
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dfake_voe_external_media.h63 std::map<ProcessingTypes, VoEMediaProcess*>::const_iterator it = local
65 if (it != callback_map_.end()) {
66 it->second->Process(0, type, audio, samples_per_channel, sample_rate_hz,
/external/chromium_org/ui/base/x/
H A Dx11_foreign_window_manager.cc52 std::map<XID, RequestVector>::iterator it = request_map_.find(xid); local
53 if (it == request_map_.end())
57 const RequestVector& list = it->second;
/external/chromium_org/ui/events/
H A Devent_source.cc35 EventRewriterList::const_iterator it = rewriter_list_.begin(), local
37 for (; it != end; ++it) {
38 status = (*it)->RewriteEvent(*event, &rewritten_event);
49 CHECK((it == end && !rewritten_event) || rewritten_event);
57 status = (*it)->NextDispatchEvent(*rewritten_event, &new_event);
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window_manager.cc46 WidgetToWindowMap::iterator it = window_map_.find(widget); local
47 if (it != window_map_.end())
48 window_map_.erase(it);
57 WidgetToWindowMap::iterator it = window_map_.find(widget); local
58 if (it != window_map_.end())
59 return it->second;
69 WidgetToWindowMap::iterator it = window_map_.begin(); local
70 cursor_widget = it->first;
71 location = GetDefaultCursorLocation(it->second);
/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_cache.cc61 std::map<int32, AXAuraObjWrapper*>::iterator it = cache_.find(id); local
63 if (it == cache_.end())
66 return it->second;
93 typename std::map<AuraView*, int32>::iterator it =
96 if (it != aura_view_to_id_map.end())
97 return Get(it->second);
111 typename std::map<AuraView*, int32>::iterator it =
114 if (it != aura_view_to_id_map.end())
115 return it->second;
/external/chromium_org/v8/src/libplatform/
H A Ddefault-platform.cc84 std::map<v8::Isolate*, std::queue<Task*> >::iterator it = local
86 if (it == main_thread_queue_.end() || it->second.empty()) {
89 task = it->second.front();
90 it->second.pop();
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp98 StringRef::iterator it = functionName.begin(); local
99 StringRef::iterator start = it;
104 for ( ; it != endI ; ++it) {
106 char ch = *it;
109 if (ch == 'c' && it != start && isLetter(*(it - 1)))
112 ++it;
118 if (it == endI)
123 StringRef suffix = functionName.substr(it
[all...]
/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java32 private Iterator<? extends InputSupplier<? extends InputStream>> it; field in class:MultiInputStream
38 * @param it an iterator of I/O suppliers that will provide each substream
41 Iterator<? extends InputSupplier<? extends InputStream>> it)
43 this.it = it;
62 if (it.hasNext()) {
63 in = it.next().getInput();
40 MultiInputStream( Iterator<? extends InputSupplier<? extends InputStream>> it) argument
H A DMultiReader.java32 private final Iterator<? extends InputSupplier<? extends Reader>> it; field in class:MultiReader
37 this.it = readers;
46 if (it.hasNext()) {
47 current = it.next().getInput();
/external/javassist/src/main/javassist/convert/
H A DTransformer.java50 public abstract int transform(CtClass clazz, int pos, CodeIterator it, argument
/external/libcxx/test/strings/basic.string/
H A Dinput_iterator.h27 explicit input_iterator(It it) : it_(it) {} argument
/external/llvm/lib/Option/
H A DArg.cpp71 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) {
72 if (it != ASL.begin())
74 OS << *it; local
/external/openssl/crypto/asn1/
H A Da_verify.c11 * apply to all code found in this distribution, be it the RC4, RSA,
134 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, argument
164 ret = pkey->ameth->item_verify(&ctx, it, asn, a,
200 inl = ASN1_item_i2d(asn, &buf_in, it);
/external/oprofile/libpp/
H A Dsymbol_container.cpp51 typedef symbols_by_loc_t::const_iterator it; typedef
52 pair<it, it> p_it = symbols_by_loc.equal_range(&symbol);
69 typedef symbols_by_loc_t::const_iterator it; typedef
70 it first = symbols_by_loc.lower_bound(&symbol);
72 it last = symbols_by_loc.upper_bound(&symbol);
98 symbols_t::const_iterator it; local
99 for (it = symbols.begin(); it != symbols.end(); ++it) {
122 symbols_t::const_iterator it = symbols.find(symbol); local
[all...]

Completed in 4384 milliseconds

1234567891011>>