HomeSort by relevance Sort by last modified time
    Searched defs:itemLabel (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
ImageStateAdapter.java 46 TextView itemLabel = (TextView) view.findViewById(R.id.imagestate_label);
47 itemLabel.setText(filter.getName());
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 171 String AutoFillPopupMenuClient::itemLabel(unsigned listIndex) const
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 362 String RenderMenuList::itemLabel(unsigned) const
RenderTextControlSingleLine.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 71 virtual String itemLabel(unsigned) const { return String(); }
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 943 String itemLabel = m_popupClient->itemLabel(rowIndex);
    [all...]

Completed in 269 milliseconds