HomeSort by relevance Sort by last modified time
    Searched refs:NativeItem (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 253 typedef MENUITEMINFO NativeItem;
255 typedef void* NativeItem;
258 explicit ContextMenuItem(const NativeItem&);
262 NativeItem nativeMenuItem() const;
  /external/icu4c/tools/toolutil/
pkgitems.cpp 61 class NativeItem {
63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
67 ~NativeItem() {
393 U_NAMESPACE_QUALIFIER NativeItem nativePool;
595 NativeItem nrb(pItem, ures_swap);

Completed in 4516 milliseconds