Home
last modified time | relevance | path

Searched refs:S_FALSE (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_accessibility.cc48 return S_FALSE; in get_accChild()
58 return S_FALSE; in get_accParent()
101 return S_FALSE; in get_accName()
114 return S_FALSE; in get_accDescription()
131 return S_FALSE; in get_accValue()
170 return S_FALSE; in get_accRole()
182 return S_FALSE; in get_accDefaultAction()
213 return S_FALSE; in get_accKeyboardShortcut()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncExtFunctionAvailable.java69 return XBoolean.S_FALSE; in execute()
78 return m_functionTable.functionAvailable(methName) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
82 return XBoolean.S_FALSE; in execute()
90 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncExtElementAvailable.java68 return XBoolean.S_FALSE; in execute()
80 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
84 return XBoolean.S_FALSE; in execute()
92 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncBoolean.java45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncFalse.java45 return XBoolean.S_FALSE; in execute()
DFuncNot.java45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_FALSE : XBoolean.S_TRUE; in execute()
DFuncStartsWith.java46 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncContains.java55 return (index > -1) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncLang.java80 return isLang ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
/external/webkit/Source/WebKit/win/
DAccessibleBase.cpp186 return S_FALSE; in get_accName()
204 return S_FALSE; in get_accValue()
223 return S_FALSE; in get_accDescription()
343 return S_FALSE; in get_accHelp()
361 return S_FALSE; in get_accKeyboardShortcut()
453 return S_FALSE; in get_accFocus()
482 return S_FALSE; in get_accDefaultAction()
558 return S_FALSE; in accNavigate()
583 return S_FALSE; in accHitTest()
607 return S_FALSE; in accDoDefaultAction()
DCOMEnumVariant.h138 return S_FALSE; in Next()
154 return S_FALSE; in Skip()
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc80 return S_FALSE; in accHitTest()
155 return S_FALSE; in accNavigate()
286 return S_FALSE; in get_accName()
396 return S_FALSE; in accSelect()
434 return S_FALSE; in get_attributes()
660 return S_FALSE; in get_text()
684 return S_FALSE; in get_textAtOffset()
711 return S_FALSE; in get_textBeforeOffset()
738 return S_FALSE; in get_textAfterOffset()
971 return S_FALSE; in get_firstChild()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DAnd.java54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
57 return XBoolean.S_FALSE; in execute()
DLte.java47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DLt.java47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DGt.java47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DGte.java48 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DNotEquals.java47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DBool.java50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DOr.java54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DEquals.java48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DFence.cpp73 ASSERT(result == S_OK || result == S_FALSE); in testFence()
119 ASSERT(result == S_OK || result == S_FALSE); in getFenceiv()
/external/webkit/Source/WebCore/platform/win/
DWCDataObject.cpp109 return S_FALSE; in Next()
112 return S_FALSE; in Next()
121 return (cReturn == 0) ? S_OK : S_FALSE; in Next()
127 return S_FALSE; in Skip()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXBoolean.java42 public static final XBoolean S_FALSE = new XBooleanStatic(false); field in XBoolean
/external/skia/src/utils/win/
DSkIStream.cpp133 return (*pcbRead == cb) ? S_OK : S_FALSE; in Read()
247 hr = S_FALSE; in Write()

12