Searched refs:item (Results 451 - 475 of 1876) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/webapp/
H A Dmenu_button.js102 * Set or unset the selected state of an <li> menu item.
103 * @param {Element} item The menu item to update.
104 * @param {boolean} selected True to select the item, false to deselect it.
107 remoting.MenuButton.select = function(item, selected) {
109 /** @type {DOMTokenList} */(item.classList).add('selected');
111 /** @type {DOMTokenList} */(item.classList).remove('selected');
/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.cc193 const BlobData::Item& item = blob_data.items().at(i); local
195 switch (item.type()) {
202 net::EscapeForHTML(item.path().AsUTF8Unsafe()),
204 if (!item.expected_modification_time().is_null()) {
206 TimeFormatFriendlyDateAndTime(item.expected_modification_time())),
215 AddHTMLListItem(kURL, item.filesystem_url().spec(), out);
216 if (!item.expected_modification_time().is_null()) {
218 TimeFormatFriendlyDateAndTime(item.expected_modification_time())),
226 if (item.offset()) {
228 static_cast<int64>(item
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFilterOperationResolver.cpp102 CSSValue* argument = filterValue->item(0);
126 if (!filterValue->item(j)->isPrimitiveValue()) {
135 CSSPrimitiveValue* firstValue = filterValue->length() && filterValue->item(0)->isPrimitiveValue() ? toCSSPrimitiveValue(filterValue->item(0)) : 0;
183 CSSValue* cssValue = filterValue->item(0);
187 CSSShadowValue* item = toCSSShadowValue(cssValue); local
188 IntPoint location(item->x->computeLength<int>(conversionData), item->y->computeLength<int>(conversionData));
189 int blur = item->blur ? item
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGListPropertyTearOffHelper.h102 RefPtr<ItemTearOffType> item = passItem; local
109 if (!item) {
110 exceptionState.throwTypeError("Lists must be initialized with a valid item.");
114 RefPtr<ItemPropertyType> value = toDerived()->target()->initialize(getValueForInsertionFromTearOff(item));
128 RefPtr<ItemTearOffType> item = passItem; local
135 if (!item) {
136 exceptionState.throwTypeError("An invalid item cannot be inserted to a list.");
140 RefPtr<ItemPropertyType> value = toDerived()->target()->insertItemBefore(getValueForInsertionFromTearOff(item), index);
148 RefPtr<ItemTearOffType> item = passItem; local
155 if (!item) {
182 RefPtr<ItemTearOffType> item = passItem; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnavigatorView.css30 .navigator-domain-tree-item .icon {
34 .navigator-folder-tree-item .icon {
39 .navigator-script-tree-item .icon {
43 .navigator-stylesheet-tree-item .icon {
47 .navigator-document-tree-item .icon {
51 .navigator-other-tree-item .icon {
H A DnetworkPanel.css30 .network-larger-resources-status-bar-item .glyph {
54 #network-views .network-item-view .tabbed-pane-header {
61 #network-views.small .network-item-view .tabbed-pane-header {
66 .network-item-view {
71 .network-item-view.visible {
75 .network-item-view .tabbed-pane-header {
94 /* Network timing is shared between popover and network item view pane */
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list.cpp54 // compute current list item, and next item start at the same time.
55 const char* item = p; local
65 full_path_.Assign(item, item_end - item);
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c122 * item equal to |data|. In other words, it searches for an item equal to |data|
125 * element of the previous item in the chain. If an element equal to |data| is
225 LHASH_ITEM **next_ptr, *item; local
240 item = OPENSSL_malloc(sizeof(LHASH_ITEM));
241 if (item == NULL) {
245 item->data = data;
246 item->hash = hash;
247 item->next = NULL;
248 *next_ptr = item;
256 LHASH_ITEM **next_ptr, *item, *ret; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.h147 const XmlElement* item);
149 const XmlElement* item,
153 const XmlElement* item);
155 const XmlElement* item,
159 const XmlElement* item);
161 const XmlElement* item,
165 const XmlElement* item);
167 const XmlElement* item,
171 const XmlElement* item);
173 const XmlElement* item,
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTInternalLList.h230 for (T* item = iter.init(*this, Iter::kHead_IterStart); item; item = iter.next()) {
231 SkASSERT(this->isInList(item));
232 if (NULL == item->fPrev) {
233 SkASSERT(fHead == item);
235 SkASSERT(item->fPrev->fNext == item);
237 if (NULL == item->fNext) {
238 SkASSERT(fTail == item);
[all...]
/external/chromium_org/tools/gn/
H A Dbuild_settings.cc60 void BuildSettings::ItemDefined(scoped_ptr<Item> item) const {
61 DCHECK(item);
63 item_defined_callback_.Run(item.Pass());
H A Dcommand_gen.cc40 const Item* item = record->item(); local
41 const Target* target = item->AsTarget();
H A Dbuilder.cc42 // This item is already in the set, we found the cycle. Everything before
64 void Builder::ItemDefined(scoped_ptr<Item> item) { argument
65 ScopedTrace trace(TraceItem::TRACE_DEFINE_TARGET, item->label());
66 trace.SetToolchain(item->settings()->toolchain_label());
68 BuilderRecord::ItemType type = BuilderRecord::TypeOfItem(item.get());
72 GetOrCreateRecordOfType(item->label(), item->defined_from(), type, &err);
79 if (record->item()) {
80 err = Err(item->defined_from(), "Duplicate definition.",
81 "The item\
310 const Item* item = record->item(); local
[all...]
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dplist_strings_writer.py26 '''Add a title and a description of an item to the string table.
29 item_name: The name of the item that will get the title and the
58 for item in policy['items']:
59 item_descs.append(str(item['value']) + ' - ' + item['caption'])
/external/qemu/android/utils/
H A Drefset.h54 extern ABool arefSet_has( ARefSet* s, void* item );
55 extern void arefSet_add( ARefSet* s, void* item );
56 extern void arefSet_del( ARefSet* s, void* item );
/external/skia/include/core/
H A DSkTInternalLList.h230 for (T* item = iter.init(*this, Iter::kHead_IterStart); NULL != item; item = iter.next()) {
231 SkASSERT(this->isInList(item));
232 if (NULL == item->fPrev) {
233 SkASSERT(fHead == item);
235 SkASSERT(item->fPrev->fNext == item);
237 if (NULL == item->fNext) {
238 SkASSERT(fTail == item);
[all...]
/external/chromium_org/sync/engine/
H A Dget_commit_ids.cc98 // The local and server versions don't match. The item must be in
158 NOTREACHED() << "Found deleted and unsynced local item: " << entry;
165 CHECK(id.IsRoot()) << "Non-root item is self parenting." << entry;
167 NOTREACHED() << "Root item became unsynced " << entry;
172 NOTREACHED() << "Permanent item became unsynced " << entry;
235 const syncable::Entry& item,
239 const syncable::Entry& item,
244 const syncable::Entry& item,
249 const syncable::Entry& item,
253 const syncable::Entry& item,
287 AddUncommittedParentsAndTheirPredecessors( const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, syncable::Directory::Metahandles* result) const argument
322 TryAddItem(const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, syncable::Directory::Metahandles* result) const argument
337 AddItemThenPredecessors( const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, syncable::Directory::Metahandles* result) const argument
372 AddPredecessorsThenItem( const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, syncable::Directory::Metahandles* result) const argument
391 AddDeletedParents( const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, const syncable::Directory::Metahandles& traversed, syncable::Directory::Metahandles* result) const argument
[all...]
/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js519 // If the selected item is same as the current item, do nothing.
561 var item = new cr.ui.MenuItem();
562 item.label = loadTimeData.getString('VIDEO_PLAYER_PLAY_THIS_COMPUTER');
563 item.setAttribute('aria-label', item.label);
564 item.castLabel = '';
565 item.addEventListener('activate', this.onCastSelected_.wrap(this, null));
566 menu.appendChild(item);
569 var item
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py59 call converter's write method for each item in the value.
63 to the writer's self.items, then calls the item's compile method.
243 for item in self.items:
244 if hasattr(item, "getData") or hasattr(item, "getCountData"):
245 if item.longOffset:
250 l = l + len(item)
259 item = items[i]
261 if hasattr(item, "getData"):
262 if item
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py59 call converter's write method for each item in the value.
63 to the writer's self.items, then calls the item's compile method.
243 for item in self.items:
244 if hasattr(item, "getData") or hasattr(item, "getCountData"):
245 if item.longOffset:
250 l = l + len(item)
259 item = items[i]
261 if hasattr(item, "getData"):
262 if item
[all...]
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs99 ListViewItem item = view.Items[counter.name];
100 if (item != null)
103 Debug.Assert(item is StatsCounterListViewItem);
104 StatsCounterListViewItem counter_item = item as StatsCounterListViewItem;
146 /// <param name="item"></param>
148 private void ColorItem(ListViewItem item, int value) argument
151 item.ForeColor = Color.Red;
153 item.ForeColor = Color.DarkGreen;
155 item.ForeColor = Color.Black;
410 ListViewSubItem item
421 SetSubItem(ListViewSubItem item, int val) argument
[all...]
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java105 public Object visit(final AllItem item, final Object ctx) argument
124 for (Iterator packages = item.getChildren(order); packages.hasNext(); )
136 public Object visit(final PackageItem item, final Object ctx) argument
140 m_log.verbose(" report: processing package [" + item.getName() + "] ...");
148 for (Iterator srcORclsFiles = item.getChildren(order);
163 public Object visit (final SrcFileItem item, final Object ctx) argument
165 row("SF:".concat(item.getFullVMName()));
169 emitFileCoverage(item);
178 private void emitFileCoverage(final SrcFileItem item) argument
182 $assert.ASSERT(item !
312 visit(final ClassItem item, final Object ctx) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_transfer_controller.js269 // Call processEntry for each item of entries.
364 var item = new ProgressCenterItem();
365 item.id = taskId;
367 item.type = ProgressItemType.MOVE;
369 item.message = strf('MOVE_FILE_NAME', entries[0].name);
371 item.message = strf('MOVE_ITEMS_REMAINING', entries.length);
373 item.type = ProgressItemType.COPY;
375 item.message = strf('COPY_FILE_NAME', entries[0].name);
377 item.message = strf('COPY_ITEMS_REMAINING', entries.length);
379 this.progressCenter_.updateItem(item);
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tab_strip_model_delegate.cc66 NewStripContents item = contentses[i]; local
71 item.add_types |= TabStripModel::ADD_ACTIVE;
74 static_cast<int>(i), item.web_contents, item.add_types);
79 LoadingStateChanged(item.web_contents, true);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h72 // The title for the menu item.
74 // The URL that will be navigated to if the user selects this item.
87 // The pointer to the item after it has been created. Strong; NSMenu also
89 // quickly), the NSMenu can release the item before the HistoryItem has
97 // restored that way. Otherwise, the URL will be used to open the item and
144 HistoryItem* HistoryItemForMenuItem(NSMenuItem* item);
158 // child items from the menu item map. This will only remove items that have
163 // index. This will add |item| and the newly created menu item to the
165 // ClearMenuSection(). This returns the new menu item tha
[all...]

Completed in 1210 milliseconds

<<11121314151617181920>>