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

  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
region_data.h 46 bool has_parent() const { return parent_ != NULL; } function in class:i18n::addressinput::RegionData
48 // Should be called only if has_parent() returns true.
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 372 : has_parent(false),
378 bool has_parent; member in struct:views::NativeMenuWin::HighlightedMenuItemInfo
550 info->has_parent = true;
599 if (msg->wParam == VK_LEFT && !info.has_parent) {
602 } else if (msg->wParam == VK_RIGHT && !info.has_parent &&
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 4706 int has_parent; member in struct:LeafWriter
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2300 bool has_parent; member in struct:BlockStats
    [all...]

Completed in 999 milliseconds