Searched defs:take (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DGeofencingError.cpp13 PassRefPtrWillBeRawPtr<DOMException> GeofencingError::take(ScriptPromiseResolver*, WebType* webErrorRaw) function in class:blink::GeofencingError
H A DGeofencing.cpp29 static HeapVector<Member<GeofencingRegion> > take(ScriptPromiseResolver* resolver, WebType* regionsRaw) function in class:blink::__anon11191::RegionArray
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushError.cpp13 PassRefPtrWillBeRawPtr<DOMException> PushError::take(ScriptPromiseResolver*, WebType* webErrorRaw) function in class:blink::PushError
H A DPushRegistration.cpp12 PushRegistration* PushRegistration::take(ScriptPromiseResolver*, WebType* registrationRaw) function in class:blink::PushRegistration
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerError.cpp41 PassRefPtrWillBeRawPtr<DOMException> ServiceWorkerError::take(ScriptPromiseResolver*, WebType* webErrorRaw) function in class:blink::ServiceWorkerError
H A DServiceWorkerClients.cpp24 static HeapVector<Member<ServiceWorkerClient> > take(ScriptPromiseResolver*, WebType* webClientsRaw) function in class:blink::__anon11213::ClientArray
H A DServiceWorker.cpp164 PassRefPtrWillBeRawPtr<ServiceWorker> ServiceWorker::take(ScriptPromiseResolver* resolver, WebType* worker) function in class:blink::ServiceWorker
H A DServiceWorkerRegistration.cpp26 static bool take(ScriptPromiseResolver* resolver, WebType* boolean) function in class:blink::BooleanValue
86 ServiceWorkerRegistration* ServiceWorkerRegistration::take(ScriptPromiseResolver* resolver, WebType* registration) function in class:blink::ServiceWorkerRegistration
H A DServiceWorkerContainer.cpp146 static bool take(ScriptPromiseResolver* resolver, WebType* boolean) function in class:blink::BooleanValue
/external/okhttp/okio/src/main/java/okio/
H A DSegmentPool.java38 Segment take() { method in class:SegmentPool
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Dscoped_ptr_unittest.cc67 ConDecLogger* take = scoper.release(); local
70 delete take;
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java45 int take() { method in class:IntQueue
/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h75 SpdyFrame* take() { function in class:net::SpdyFrameBuilder
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingBlockingQueue.java71 @Override public E take() throws InterruptedException { method in class:ForwardingBlockingQueue
72 return delegate().take();
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h75 scoped_ptr<Value> take(iterator it) { function in class:base::ScopedPtrHashMap
85 scoped_ptr<Value> take(const Key& k) { function in class:base::ScopedPtrHashMap
90 return take(it);
/external/chromium_org/net/quic/
H A Dquic_data_writer.cc29 char* QuicDataWriter::take() { function in class:net::QuicDataWriter
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h77 handle_type take() { function in class:ScopedHandle
/external/chromium_org/base/memory/
H A Dscoped_ptr_unittest.cc137 ConDecLogger* take = scoper.release(); local
140 delete take;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSet.h107 ValuePassOutType take(iterator);
108 ValuePassOutType take(ValuePeekInType);
239 inline typename HashSet<T, U, V, W>::ValuePassOutType HashSet<T, U, V, W>::take(iterator it) function in class:WTF::HashSet
251 inline typename HashSet<T, U, V, W>::ValuePassOutType HashSet<T, U, V, W>::take(ValuePeekInType value) function in class:WTF::HashSet
253 return take(find(value));
259 return take(begin());
H A DHashMap.h134 MappedPassOutType take(KeyPeekInType); // efficient combination of get with remove
417 HashMap<T, U, V, W, X, Y>::take(KeyPeekInType key) function in class:WTF::HashMap
H A DListHashSet.h184 ValuePassOutType take(iterator);
185 ValuePassOutType take(ValuePeekInType);
808 // because it lets it take lvalues by reference, but for our purposes
883 typename ListHashSet<T, inlineCapacity, U, V>::ValuePassOutType ListHashSet<T, inlineCapacity, U, V>::take(iterator it) function in class:WTF::ListHashSet
896 typename ListHashSet<T, inlineCapacity, U, V>::ValuePassOutType ListHashSet<T, inlineCapacity, U, V>::take(ValuePeekInType value) function in class:WTF::ListHashSet
898 return take(find(value));
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h62 TemplateArgumentList *take() { function in class:clang::sema::TemplateDeductionInfo
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp83 typedef types<typename Take<_>::type...> take; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
88 template<unsigned N, typename...Ts> struct take { struct in namespace:ParameterPackExpansions
90 template inner<wrap<Ts>::template inner...>::take; // expected-error {{too few template arguments}}
97 using T1 = take<3, int, char, double, long>::type; // expected-note {{previous}}
104 using T2 = take<4, int, char, double, long>::type; // expected-note {{previous}}
112 using T3 = take<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc370 int take = 0; local
392 while (take < byte_length_) {
396 while (take < byte_length_) {
398 if (IsSpecial(next_byte_[take]) && !is_plain_text_) {
399 // printf("\"%c\" ", next_byte_[take]);
400 if (next_byte_[take] == '<') {
404 } else if (next_byte_[take] == '>') {
408 } else if (next_byte_[take] == '&') {
410 EntityToBuffer(next_byte_ + take, byte_length_ - take,
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp52 icu::BreakIterator* take(const AtomicString& locale) function in class:blink::LineBreakIteratorPool
94 m_pool.append(Entry(m_vendedIterators.take(iterator), iterator));
541 TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);
571 TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);

Completed in 3099 milliseconds

12