Searched defs:list (Results 226 - 250 of 1412) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/
H A Dextension_registry_unittest.cc22 const ExtensionList& list,
24 if (list.empty())
25 return testing::AssertionFailure() << "No extensions in list";
26 if (list.size() > 1)
27 return testing::AssertionFailure() << list.size()
29 const Extension* did_load = list[0].get();
180 // Enabled is part of everything and the enabled list.
192 // Disabled is part of everything and the disabled list.
204 // Terminated is part of everything and the terminated list.
216 // Blacklisted is part of everything and the blacklisted list
21 HasSingleExtension( const ExtensionList& list, const scoped_refptr<const Extension>& extension) argument
[all...]
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider.cc82 const base::ListValue* list = local
84 CHECK_GT(list->GetSize(), 0UL);
89 // Parse and add all SimpleFeatures from the list.
90 for (base::ListValue::const_iterator list_iter = list->begin();
91 list_iter != list->end(); ++list_iter) {
112 << " list of dictionaries.";
/external/chromium_org/extensions/common/
H A Dupdate_manifest.h67 std::vector<Result> list; member in struct:UpdateManifest::Results
/external/chromium_org/net/base/
H A Daddress_list.cc20 base::ListValue* list = new base::ListValue(); local
24 list->Append(new base::StringValue(it->ToString()));
27 dict->Set("address_list", list);
51 AddressList list; local
52 list.set_canonical_name(canonical_name);
55 list.push_back(IPEndPoint(*iter, 0));
57 return list;
63 AddressList list; local
65 list.set_canonical_name(std::string(head->ai_canonname));
70 list
78 CopyWithPort(const AddressList& list, uint16 port) argument
[all...]
H A Daddress_list_unittest.cc67 AddressList list = AddressList::CreateFromAddrinfo(&ai[0]); local
69 ASSERT_EQ(kNumElements, list.size());
70 for (size_t i = 0; i < list.size(); ++i) {
71 EXPECT_EQ(ADDRESS_FAMILY_IPV4, list[i].GetFamily());
73 EXPECT_EQ(i, list[i].address()[0]);
74 EXPECT_EQ(static_cast<int>(i << 2), list[i].port());
79 copy = list;
85 EXPECT_EQ(1u, list[1].address()[0]);
86 EXPECT_EQ(1 << 2, list[1].port());
122 // Construct a list o
[all...]
H A Dsdch_manager_unittest.cc50 std::string list; local
51 sdch_manager_->GetAvailDictionaryList(gurl, &list);
56 // The list of hashes should change iff the addition succeeds.
57 return (list != list2);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_context.h62 void set_change_observers(const ChangeObserverList& list) { argument
64 change_observers_ = list;
66 void set_update_observers(const UpdateObserverList& list) { argument
68 update_observers_ = list;
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DLengthStyleInterpolation.cpp50 static PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> constructCalcExpression(PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> previous, InterpolableList* list, size_t position) argument
53 const InterpolableNumber *subValue = toInterpolableNumber(list->get(position));
60 return constructCalcExpression(next, list, position + 1);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryList.cpp33 RefPtrWillBeRawPtr<MediaQueryList> list = adoptRefWillBeNoop(new MediaQueryList(context, matcher, media)); local
34 list->suspendIfNeeded();
35 return list.release();
H A DSVGCSSComputedStyleDeclaration.cpp55 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated();
59 list->append(SVGLength::toCSSPrimitiveValue(*it));
61 return list.release();
66 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
73 list->append(CSSPrimitiveValue::create(paintOrderType));
82 return list.release();
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DStyleInvalidator.cpp34 InvalidationList& list = ensurePendingInvalidationList(element); local
36 if (!list.isEmpty() && list.last()->wholeSubtreeInvalid())
40 list.clear();
41 list.append(invalidationSet);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNetworkStateNotifier.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
163 void NetworkStateNotifier::collectZeroedObservers(ObserverList* list, ExecutionContext* context) argument
166 ASSERT(!list->iterating);
170 for (size_t i = 0; i < list->zeroedObservers.size(); ++i)
171 list->observers.remove(list->zeroedObservers[i]);
173 list->zeroedObservers.clear();
175 if (list->observers.isEmpty()) {
177 m_observers.remove(context); // deletes list
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTUnicodeSort.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
55 xmlNodeSetPtr list = 0; local
68 list = ctxt->nodeList;
69 if (!list || list->nodeNr <= 1)
106 int len = list->nodeNr;
232 node = list->nodeTab[j];
233 list->nodeTab[j] = list
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchHeaderList.cpp21 FetchHeaderList* list = create(); local
23 list->append(m_headerList[i]->first, m_headerList[i]->second);
24 return list;
37 // "To append a name/value (|name|/|value|) pair to a header list (|list|),
39 // |value|, to |list|."
45 // "To set a name/value (|name|/|value|) pair in a header list (|list|), run
48 // 2. If there are any headers in |list| whose name is |name|, set the value
51 // |value|, to |list|
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DSecurityPolicy.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
98 if (OriginAccessWhiteList* list = originAccessMap().get(activeOrigin->toString())) {
99 for (size_t i = 0; i < list->size(); ++i) {
100 if (list->at(i).matchesOrigin(*targetOrigin) != OriginAccessEntry::DoesNotMatchOrigin)
125 OriginAccessWhiteList* list = result.storedValue->value.get(); local
126 list->append(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress));
142 OriginAccessWhiteList* list = it->value.get();
143 size_t index = list->find(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress));
147 list
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftutil.c5 /* FreeType utility file for memory and list management (body). */
242 FT_List_Find( FT_List list,
248 cur = list->head;
264 FT_List_Add( FT_List list, argument
267 FT_ListNode before = list->tail;
276 list->head = node;
278 list->tail = node;
285 FT_List_Insert( FT_List list, argument
288 FT_ListNode after = list->head;
295 list
306 FT_List_Remove( FT_List list, FT_ListNode node ) argument
330 FT_List_Up( FT_List list, FT_ListNode node ) argument
387 FT_List_Finalize( FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user ) argument
[all...]
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcmru.c169 FTC_MruList_Init( FTC_MruList list, argument
175 list->num_nodes = 0;
176 list->max_nodes = max_nodes;
177 list->nodes = NULL;
178 list->clazz = *clazz;
179 list->data = data;
180 list->memory = memory;
185 FTC_MruList_Reset( FTC_MruList list )
187 while ( list->nodes )
188 FTC_MruList_Remove( list, lis
308 FTC_MruList_Remove( FTC_MruList list, FTC_MruNode node ) argument
327 FTC_MruList_RemoveSelection( FTC_MruList list, FTC_MruNode_CompareFunc selection, FT_Pointer key ) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dscreencastid.h67 static cricket::ScreencastIdList Convert(const std::vector<T>& list) { argument
69 screencast_list.reserve(list.size());
70 for (typename std::vector<T>::const_iterator it = list.begin();
71 it != list.end(); ++it) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.h30 struct list_head list; member in struct:usbi_cond_perthread
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h31 * list handling. No list looping yet.
57 static INLINE void list_add(struct list_head *item, struct list_head *list) argument
59 item->prev = list;
60 item->next = list->next;
61 list->next->prev = item;
62 list->next = item;
65 static INLINE void list_addtail(struct list_head *item, struct list_head *list) argument
67 item->next = list;
68 item->prev = list
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_context.c206 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; local
209 for (it = list->next; it != list; it = it->next) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_context.c212 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; local
215 for (it = list->next; it != list; it = it->next) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.h42 struct rbug_list list; member in struct:rbug_context
76 /* list of state objects */
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_unroll.cpp58 loop_unroll_count(exec_list *list) argument
63 run(list);
211 exec_list *const list = (continue_from_then_branch) local
214 list->push_tail(ir_to_replace);
H A Dlower_vec_index_to_cond_assign.cpp87 exec_list list; local
93 list.push_tail(index);
96 list.push_tail(assign);
101 list.push_tail(var);
107 compare_index_block(&list, index, 0,
125 list.push_tail(assign);
131 base_ir->insert_before(&list);
185 exec_list list; local
190 list.push_tail(index);
193 list
[all...]

Completed in 597 milliseconds

1234567891011>>