HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1101 - 1125 of 5060) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.5-1.js 113 var item = 0;
115 array[item++] = new TestCase( "SECTION", "Global Code check" );
10.1.5-3.js 114 var item = 0;
116 array[item++] = new TestCase( "SECTION", "Function Code check" );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.5-1.js 71 item = array.length;
73 array[item++] = new TestCase( SECTION, 'TEST_STRING.charCodeAt('+i+')', NaN, TEST_STRING.charCodeAt( i ) );
  /external/webkit/Source/WebCore/css/
StyleSheet.cpp 64 ASSERT(item(i)->parent() == this);
65 item(i)->setParent(0);
WebKitCSSKeyframesRule.h 80 WebKitCSSKeyframeRule* item(unsigned index);
81 const WebKitCSSKeyframeRule* item(unsigned index) const;
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.idl 38 Node item(in unsigned long index);
  /external/webkit/Source/WebCore/html/
DOMTokenList.idl 32 [ConvertNullStringTo=Null] DOMString item(in unsigned long index);
DataGridColumnList.idl 33 DataGridColumn item(in [IsIndex] unsigned long index);
HTMLOptionsCollection.idl 37 Node item(in unsigned long index);
  /external/webkit/Source/WebCore/platform/
ContextMenu.h 70 void appendItem(const ContextMenuItem& item) { m_items.append(item); }
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 48 NSMenuItem *item = [[[NSMenuItem alloc] initWithTitle:title action:action keyEquivalent:@""] autorelease];
49 [item setTag:tag];
50 [self addItem:item];
51 return item;
  /external/webkit/Source/WebKit2/Shared/
WebPopupItem.cpp 38 : m_type(Item)
71 bool WebPopupItem::decode(CoreIPC::ArgumentDecoder* decoder, WebPopupItem& item)
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp 168 if (WebBackForwardListItem* item = m_backForwardList->currentItem()) {
169 initializeSandboxExtensionHandle(KURL(KURL(), item->url()), sandboxExtensionHandle);
170 setPendingAPIRequestURL(item->url());
199 RetainPtr<CFStringRef> item(AdoptCF, searchItems[i].createCFString());
200 CFArrayAppendValue(items.get(), item.get());
221 CFStringRef item = (CFStringRef)CFArrayGetValueAtIndex(items.get(), i); local
222 if (CFGetTypeID(item) == CFStringGetTypeID())
223 searchItems.append(item);
  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 66 public boolean invokeItem(MenuItemImpl item) {
67 return mMenu.performItemAction(item, 0);
  /frameworks/compile/libbcc/tests/
bccarm 26 def which(item):
27 return runCmd(["which", item])
  /frameworks/native/libs/gui/
ConsumerBase.cpp 188 status_t ConsumerBase::acquireBufferLocked(BufferQueue::BufferItem *item) {
189 status_t err = mBufferQueue->acquireBuffer(item);
194 if (item->mGraphicBuffer != NULL) {
195 mSlots[item->mBuf].mGraphicBuffer = item->mGraphicBuffer;
198 mSlots[item->mBuf].mFence = item->mFence;
200 CB_LOGV("acquireBufferLocked: -> slot=%d", item->mBuf);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
UnitTest.java 25 private ScriptField_ListAllocs_s.Item mItem;
96 public void setItem(ScriptField_ListAllocs_s.Item item) {
97 mItem = item;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UnitTest.java 25 private ScriptField_ListAllocs_s.Item mItem;
107 public void setItem(ScriptField_ListAllocs_s.Item item) {
108 mItem = item;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ExpandedMenuView.java 61 public boolean invokeItem(MenuItemImpl item) {
62 return mMenu.performItemAction(item, 0);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagnamespecialvalue.java 82 lastEmployee = (Element) elementList.item(4);
85 child = (Node) lastempList.item(indexN1006A);
hc_elementgetelementsbytagnamespecialvalue.java 81 lastEmployee = (Element) elementList.item(4);
84 child = (Node) lastempList.item(indexN10067);
hc_elementnormalize.java 69 testName = (Element) elementList.item(0);
77 testName = (Element) elementList.item(0);
hc_elementretrieveallattributes.java 78 testAddress = addressList.item(0);
81 attribute = (Attr) attributes.item(indexN1006B);
hc_namednodemapinuseattributeerr.java 76 firstNode = (Element) elementList.item(0);
81 testNode = elementList.item(2);
hc_namednodemapreturnfirstitem.java 31 * The "item(index)" method returns the indexth item in
32 * the map(test for first item).
84 testAddress = elementList.item(1);
87 child = (Node) attributes.item(indexN10070);

Completed in 579 milliseconds

<<41424344454647484950>>