HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1926 - 1950 of 4164) sorted by null

<<71727374757677787980>>

  /external/chromium_org/chrome/browser/resources/extensions/
extension_info.css 12 #extension-item {
  /external/chromium_org/chrome/browser/resources/options/
language_dictionary_overlay.css 45 .language-dictionary-overlay-word-list-item {
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 66 // Check that the path is of Most visited item ID form.
199 InstantMostVisitedItem item;
201 if (rid != -1 && GetMostVisitedItemWithID(rid, &item))
202 item_url = item.url.spec();
233 InstantMostVisitedItem* item) const {
235 item);
462 InstantMostVisitedItem item; local
463 return GetMostVisitedItemWithID(item_id, &item) ? item.url : GURL();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java 146 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
147 int id = item.getItemId();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleDeclaration.idl 36 getter DOMString item([Default=Undefined] optional unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.idl 33 [MeasureAs=NamedNodeMapItem] getter Node item([Default=Undefined] optional unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowElement.cpp 138 insertBefore(cell, children->item(index), exceptionState);
149 RefPtrWillBeRawPtr<Element> cell = children->item(index);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 248 /** Get a pointer to chunk number @a item of codec initialization data for
252 @param item Zero based chunk item number.
258 int nestegg_track_codec_data(nestegg * context, unsigned int track, unsigned int item,
315 /** Get a pointer to chunk number @a item of packet data.
317 @param item Zero based chunk item number.
323 int nestegg_packet_data(nestegg_packet * packet, unsigned int item,
  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 393 xsltStyleItemSortPtr item = (xsltStyleItemSortPtr) comp; local
394 if (item->locale != (xsltLocale)0)
395 xsltFreeLocale(item->locale);
396 if (item->comp != NULL)
397 xmlXPathFreeCompExpr(item->comp);
411 xsltStyleItemCopyOfPtr item = (xsltStyleItemCopyOfPtr) comp; local
412 if (item->comp != NULL)
413 xmlXPathFreeCompExpr(item->comp);
417 xsltStyleItemValueOfPtr item = (xsltStyleItemValueOfPtr) comp; local
418 if (item->comp != NULL
429 xsltStyleItemApplyTemplatesPtr item = local
438 xsltStyleItemIfPtr item = (xsltStyleItemIfPtr) comp; local
444 xsltStyleItemForEachPtr item = local
453 xsltStyleItemWithParamPtr item = local
460 xsltStyleItemParamPtr item = local
467 xsltStyleItemVariablePtr item = local
474 xsltStyleItemWhenPtr item = local
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
var_dict_tests.py 76 # Each field had one common item
78 for item in intersection[key]:
80 self.assertNotIn(item, other_v_dict[key])
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer.py 104 for item in policy['items']:
109 self.AddElement(range_list, element_type, {}, str(item['value']))
reg_writer.py 63 for item in example_value:
64 escaped_str = self._EscapeRegString(item)
  /external/chromium_org/tools/grit/grit/tool/
rc2grd_unittest.py 68 def AddChild(self, item):
69 self.node = item
  /external/chromium_org/tools/
gyp-explain.py 70 print (' -> '.join(EscapeForDot(item[len(prefix):]) for item in path)), ';'
  /external/chromium_org/ui/app_list/
app_list_item_list_unittest.cc 26 virtual void OnListItemAdded(size_t index, AppListItem* item) OVERRIDE {
30 virtual void OnListItemRemoved(size_t index, AppListItem* item) OVERRIDE {
36 AppListItem* item) OVERRIDE {
59 return base::StringPrintf("Item %d", id);
88 scoped_ptr<AppListItem> item(new AppListItem(name));
95 item->set_position(position);
96 return item.Pass();
100 scoped_ptr<AppListItem> item(CreateItem(name));
101 return item_list_.AddItem(item.Pass());
269 // Moving an item to position 1 should fix the position
    [all...]
  /external/chromium_org/ui/app_list/demo/
app_list_demo_views.cc 70 app_list::AppListItem* item = item_list->item_at(i); local
72 item->SetIcon(*test_image.ToImageSkia(), i & 1);
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 41 AppListItemView(AppsGridView* apps_grid_view, AppListItem* item);
56 AppListItem* item() const { return item_; } function in class:app_list::AppListItemView
60 // In a synchronous drag the item view isn't informed directly of the drag
95 // If the item is not in a folder, not highlighted, not being dragged, and not
folder_header_view_unittest.cc 34 virtual void NavigateBack(AppListFolderItem* item,
39 virtual void SetItemName(AppListFolderItem* item,
  /external/clang/utils/
FindSpecRefs 800 for item in preorder(c, parents+(node,)):
801 yield item
880 for item in path[-1][2]:
882 relativePath = item.path[len(root):]
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 145 AnnotationItem item = items[i]; local
146 int offset = item.getAbsoluteOffset();
  /external/fonttools/Lib/fontTools/misc/
py23.py 83 return b''.join(tobytes(item) for item in iterable)
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 193 input = [ item [1][0] for item in sortableItems]
194 subst = [ item [1][1] for item in sortableItems]
361 cov.glyphs = [ item[1] for item in items]
363 setList = [ item[-1] for item in items]
428 cov.glyphs = [ item[1] for item in items
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 92 \item[\Type{void~*}next] Private to \Prog{libunwind}. Must not be used
94 \item[\Type{void~*}prev] Private to \Prog{libunwind}. Must not be used
96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the
99 \item[\Type{unw\_word\_t} \Var{end\_ip}] The end-address of the
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info.
111 \item[\Type{union} \Var{u}] This union contains one sub-member
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This membe
    [all...]
unw_set_caching_policy.tex 24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This
27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache
31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using
62 \item[\Const{UNW\_ENOMEM}] The desired caching policy could not be
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 248 /** Get a pointer to chunk number @a item of codec initialization data for
252 @param item Zero based chunk item number.
258 int nestegg_track_codec_data(nestegg * context, unsigned int track, unsigned int item,
315 /** Get a pointer to chunk number @a item of packet data.
317 @param item Zero based chunk item number.
323 int nestegg_packet_data(nestegg_packet * packet, unsigned int item,

Completed in 2398 milliseconds

<<71727374757677787980>>