Home
last modified time | relevance | path

Searched refs:IsPopup (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h78 bool IsPopup() const;
Dcpwl_combo_box.cpp565 bool CPWL_ComboBox::IsPopup() const { in IsPopup() function in CPWL_ComboBox
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp621 bool IsPopup = ItemTypeResult->equals_lower("POPUP"); in parseMenuItemsList() local
622 if (!IsMenuItem && !IsPopup) in parseMenuItemsList()
651 if (IsPopup) { in parseMenuItemsList()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h163 bool IsPopup() const;
Dcfwl_widget.cpp259 bool CFWL_Widget::IsPopup() const { in IsPopup() function in CFWL_Widget