Searched defs:IsInstance (Results 1 – 8 of 8) sorted by relevance
27 bool CFWL_FormProxy::IsInstance(const CFX_WideStringC& wsClass) const { in IsInstance() function in CFWL_FormProxy
49 bool CFWL_Form::IsInstance(const CFX_WideStringC& wsClass) const { in IsInstance() function in CFWL_Form
66 bool CFWL_Widget::IsInstance(const CFX_WideStringC& wsClass) const { in IsInstance() function in CFWL_Widget
53 bool IsInstance; variable
325 static bool IsInstance(Handle<JSArray> array) { in IsInstance() function
1240 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local
123 unsigned IsInstance : 1; variable
5864 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod()