HomeSort by relevance Sort by last modified time
    Searched defs:item (Results 1 - 25 of 374) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/dom/
TouchList.cpp 34 Touch* TouchList::item(unsigned index) function in class:WebCore::TouchList
StaticNodeList.cpp 41 Node* StaticNodeList::item(unsigned index) const function in class:WebCore::StaticNodeList
ClientRectList.cpp 55 ClientRect* ClientRectList::item(unsigned index) function in class:WebCore::ClientRectList
  /external/openssl/crypto/pqueue/
pq_test.c 65 pitem *item; local
70 item = pitem_new(3, NULL);
71 pqueue_insert(pq, item);
73 item = pitem_new(1, NULL);
74 pqueue_insert(pq, item);
76 item = pitem_new(2, NULL);
77 pqueue_insert(pq, item);
79 item = pqueue_find(pq, 1);
80 fprintf(stderr, "found %ld\n", item->priority);
82 item = pqueue_find(pq, 2)
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8NamedNodesCollection.cpp 38 Node* V8NamedNodesCollection::item(unsigned index) const function in class:WebCore::V8NamedNodesCollection
V8StyleSheetListCustom.cpp 51 HTMLStyleElement* item = imp->getNamedItem(toWebCoreString(name)); local
52 if (!item)
55 return toV8(item->sheet());
  /external/webkit/WebCore/html/
FileList.cpp 37 File* FileList::item(unsigned index) const function in class:WebCore::FileList
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementationList.java 26 * Returns the <code>index</code>th item in the collection. If
35 public DOMImplementation item(int index); method in interface:DOMImplementationList
DOMStringList.java 26 * Returns the <code>index</code>th item in the collection. If
34 public String item(int index); method in interface:DOMStringList
NodeList.java 25 * Returns the <code>index</code>th item in the collection. If
33 public Node item(int index); method in interface:NodeList
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.1.1.js 39 var item = 0; variable
45 testcases[item++] = new TestCase( SECTION,
50 testcases[item++] = new TestCase( SECTION,
57 testcases[item++] = new TestCase( SECTION,
64 testcases[item++] = new TestCase( SECTION,
71 testcases[item++] = new TestCase( SECTION,
76 testcases[item++] = new TestCase( SECTION,
81 testcases[item++] = new TestCase( SECTION,
86 testcases[item++] = new TestCase( SECTION,
92 testcases[item++] = new TestCase( SECTION
    [all...]
  /external/webkit/WebCore/css/
StyleList.h 36 StyleBase* item(unsigned num) { return num < length() ? m_children[num].get() : 0; } function in class:WebCore::StyleList
  /external/webkit/WebCore/html/canvas/
CanvasNumberArray.h 46 float item(unsigned index) const { return (index >= m_data.size()) ? 0 : m_data[index]; } function in class:WebCore::CanvasNumberArray
  /external/webkit/WebKit/chromium/src/
WebNodeList.cpp 75 WebNode WebNodeList::item(size_t index) const function in class:WebKit::WebNodeList
77 return WebNode(m_private->item(index));
  /external/webkit/WebKit/gtk/tests/
testwebhistoryitem.c 27 WebKitWebHistoryItem* item; member in struct:__anon6569
33 fixture->item = webkit_web_history_item_new_with_data("http://example.com/", "Example1");
34 g_assert_cmpint(G_OBJECT(fixture->item)->ref_count, == , 1);
35 g_assert(fixture->item != NULL);
41 g_assert(fixture->item != NULL);
42 g_assert_cmpint(G_OBJECT(fixture->item)->ref_count, ==, 1);
48 g_assert_cmpstr(webkit_web_history_item_get_title(fixture->item), ==, "Example1");
49 g_assert_cmpstr(webkit_web_history_item_get_uri(fixture->item), ==, "http://example.com/");
55 webkit_web_history_item_set_alternate_title(fixture->item, "Alternate title");
56 g_assert_cmpstr(webkit_web_history_item_get_alternate_title(fixture->item), ==, "Alternate title")
    [all...]
  /external/wpa_supplicant/wpa_gui/
eventhistory.ui.h 34 Q3ListViewItem *item; local
35 item = new Q3ListViewItem(eventListView,
38 if (item == NULL)
40 eventListView->setSelected(item, false);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 34 Q3ListViewItem *item; local
35 item = new Q3ListViewItem(eventListView,
38 if (item == NULL)
40 eventListView->setSelected(item, false);
  /frameworks/base/media/libdrm/mobile2/src/util/domcore/
NodeListImpl.cpp 28 const NodeImpl* NodeListImpl::item(int index) const function in class:NodeListImpl
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeList.java 24 * Returns the <code>index</code> th item in the collection. If
32 public Time item(int index); method in interface:TimeList
  /sdk/ddms/app/src/com/android/ddms/
DropdownSelectionListener.java 41 public DropdownSelectionListener(ToolItem item) {
42 mDropdown = item;
43 mMenu = new Menu(item.getParent().getShell(), SWT.POP_UP);
47 * Add an item to the dropdown menu.
50 MenuItem item = new MenuItem(mMenu, SWT.NONE); local
51 item.setText(label);
52 item.addSelectionListener(new SelectionAdapter() {
69 ToolItem item = (ToolItem) e.widget; local
70 Rectangle rect = item.getBounds();
71 Point pt = item.getParent().toDisplay(new Point(rect.x, rect.y))
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/
ToolItemAction.java 29 public ToolItem item; field in class:ToolItemAction
32 item = new ToolItem(parent, style);
42 item.setSelection(checked);
52 item.setEnabled(enabled);
61 item.addSelectionListener(new SelectionAdapter() {
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayList.java 29 public DisplayItem get(MediaItem item) {
31 DisplayItem displayItem = displayMap.get(item);
33 displayItem = new DisplayItem(item);
34 displayMap.put(item, displayItem);
40 public void setPositionAndStackIndex(DisplayItem item, Vector3f position, int stackId, boolean performTransition) {
41 item.set(position, stackId, performTransition);
43 item.commit();
45 markIfDirty(item);
49 public void setHasFocus(DisplayItem item, boolean hasFocus, boolean pushDown) {
50 boolean currentHasFocus = item.getHasFocus()
76 DisplayItem item = entry.value; local
    [all...]
  /bootable/diskinstaller/libdiskconfig/
write_lst.c 32 struct write_list *item; local
34 if (!(item = malloc(sizeof(struct write_list) + data_len))) {
39 item->len = data_len;
40 return item;
44 free_wl(struct write_list *item)
46 if (item)
47 free(item);
51 wlist_add(struct write_list **lst, struct write_list *item)
53 item->next = (*lst);
54 *lst = item;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
NodeListImpl.java 55 public Node item(int index) { method in class:NodeListImpl
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 62 * Returns the <code>index</code>th item in the collection. If
70 public Node item(int index) { method in class:DTMNodeListBase

Completed in 3545 milliseconds

1 2 3 4 5 6 7 8 91011>>