Searched defs:getItem (Results 1 - 25 of 63) sorted by relevance

123

/external/deqp/framework/delibs/decpp/
H A DdeDirectoryIterator.cpp60 FilePath DirectoryIterator::getItem (void) const function in class:de::DirectoryIterator
105 FilePath DirectoryIterator::getItem (void) const
/external/chromium_org/mojo/services/html_viewer/
H A Dwebstoragenamespace_impl.cc22 virtual blink::WebString getItem(const blink::WebString& key) { function in class:mojo::__anon8812::DummyWebStorageAreaImpl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLAllCollectionCustom.cpp70 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument, const CallbackInfo& info) function in namespace:blink
90 v8SetReturnValue(info, getItem(impl, info[0], info));
104 v8SetReturnValue(info, getItem(impl, info[0], info));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBaseAdapterTest.java38 public Object getItem(int position) { method in class:BaseAdapterTest.TestBaseAdapter
H A DCountingAdapter.java26 public Object getItem(int position) { method in class:CountingAdapter
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorage.h52 String getItem(const String& key, ExceptionState& ec) const { return m_storageArea->getItem(key, ec, m_frame); } function in class:blink::FINAL
H A DStorageArea.cpp88 String StorageArea::getItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame) function in class:blink::StorageArea
94 return m_storageArea->getItem(key);
133 return !getItem(key, exceptionState, frame).isNull();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestSubMenu.java50 public MenuItem getItem() { method in class:TestSubMenu
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelAdapter.java117 public Object getItem(int position) { method in class:AccessibilityTabModelAdapter
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.cc58 WebString WebStorageAreaImpl::getItem(const WebString& key) { function in class:content::WebStorageAreaImpl
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStringListTearOff.h80 String getItem(unsigned long index, ExceptionState& exceptionState) function in class:blink::SVGStringListTearOff
82 return target()->getItem(index, exceptionState);
H A DSVGPathSegList.h104 PassRefPtr<ItemPropertyType> getItem(size_t index, ExceptionState& exceptionState) function in class:blink::SVGPathSegList
107 return Base::getItem(index, exceptionState);
H A DSVGStringList.cpp45 String SVGStringList::getItem(size_t index, ExceptionState& exceptionState) function in class:blink::SVGStringList
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorSuggestionListAdapter.java134 public Object getItem(int position) { method in class:ColorSuggestionListAdapter
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dprogress_center_item_group.js183 ProgressCenterItemGroup.prototype.getItem = function(id) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowItemizedOverlay.java39 public final Item getItem(int position) { method in class:ShadowItemizedOverlay
H A DShadowArrayAdapter.java120 public T getItem(int position) { method in class:ShadowArrayAdapter
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGListPropertyTearOffHelper.h59 // that's inserted into SVGTextElements SVGAnimatedLengthList 'x'. textElement.x.baseVal.getItem(0).value += 150 would
120 PassRefPtr<ItemTearOffType> getItem(unsigned long index, ExceptionState& exceptionState) function in class:blink::SVGListPropertyTearOffHelper
122 RefPtr<ItemPropertyType> value = toDerived()->target()->getItem(index, exceptionState);
H A DSVGListPropertyHelper.h148 PassRefPtr<ItemPropertyType> getItem(size_t, ExceptionState&);
226 PassRefPtr<ItemProperty> SVGListPropertyHelper<Derived, ItemProperty>::getItem(size_t index, ExceptionState& exceptionState) function in class:blink::SVGListPropertyHelper
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Ddatamap.cpp100 const ResourceBundle *RBDataMap::getItem(const char* key, UErrorCode &status) const function in class:RBDataMap
118 const ResourceBundle *r = getItem(key, status);
129 const ResourceBundle *r = getItem(key, status);
140 const ResourceBundle *r = getItem(key, status);
150 const ResourceBundle *r = getItem(key, status);
160 const ResourceBundle *r = getItem(key, status);
180 const ResourceBundle *r = getItem(key, status);
201 const ResourceBundle *r = getItem(key, status);
/external/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp100 const ResourceBundle *RBDataMap::getItem(const char* key, UErrorCode &status) const function in class:RBDataMap
118 const ResourceBundle *r = getItem(key, status);
129 const ResourceBundle *r = getItem(key, status);
140 const ResourceBundle *r = getItem(key, status);
150 const ResourceBundle *r = getItem(key, status);
160 const ResourceBundle *r = getItem(key, status);
180 const ResourceBundle *r = getItem(key, status);
201 const ResourceBundle *r = getItem(key, status);
/external/smack/src/org/jivesoftware/smack/packet/
H A DPrivacy.java139 public PrivacyItem getItem(String listName, int order) { method in class:Privacy
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DNavigationPopup.java205 public Object getItem(int position) { method in class:NavigationPopup.NavigationAdapter
211 return ((NavigationEntry) getItem(position)).getIndex();
222 NavigationEntry entry = (NavigationEntry) getItem(position);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuAdapter.java108 MenuItem item = getItem(position);
119 && ((!mShowMenuButton && item.getSubMenu().getItem(0).getIcon() != null)
130 return getItem(position).getItemId();
134 public MenuItem getItem(int position) { method in class:AppMenuAdapter
144 final MenuItem item = getItem(position);
193 setupImageButton(holder.buttons[0], item.getSubMenu().getItem(0));
197 setupImageButton(holder.buttons[1], item.getSubMenu().getItem(1));
218 setupImageButton(holder.buttons[0], item.getSubMenu().getItem(0));
219 setupImageButton(holder.buttons[1], item.getSubMenu().getItem(1));
223 setupImageButton(holder.buttons[2], item.getSubMenu().getItem(
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java222 return m_table.getItem(tableLocation);
431 public String getItem(int index) { method in class:CCombo3
433 return m_table.getItem(index).getText();
463 TableItem item = m_table.getItem(index);

Completed in 1498 milliseconds

123