OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_parent
(Results
1 - 5
of
5
) 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/third_party/libaddressinput/src/cpp/test/
region_data_test.cc
29
EXPECT_FALSE(region.
has_parent
());
/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/libaddressinput/chromium/
input_suggester.cc
279
DCHECK(!country_region.
has_parent
());
485
region->
has_parent
();
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
4706
int
has_parent
;
member in struct:LeafWriter
[
all
...]
Completed in 221 milliseconds