Home
last modified time | relevance | path

Searched refs:NativeItem (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DContextMenuItem.h253 typedef MENUITEMINFO NativeItem; typedef
255 typedef void* NativeItem; typedef
258 explicit ContextMenuItem(const NativeItem&);
262 NativeItem nativeMenuItem() const;
/external/icu4c/tools/toolutil/
Dpkgitems.cpp61 class NativeItem { class
63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} in NativeItem() function in NativeItem
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() function in NativeItem
67 ~NativeItem() { in ~NativeItem()
393 icu::NativeItem nativePool; in ures_enumDependencies()
595 NativeItem nrb(pItem, ures_swap); in enumDependencies()