Searched refs:_mode (Results 1 – 2 of 2) sorted by relevance
47 public NativeStorageAccess(String name,String _mode,Object key) throws java.io.IOException{ in NativeStorageAccess() argument50 if ( _mode.equals("rw") ) in NativeStorageAccess()
242 virtual void SAL_CALL setMode( sal_Bool _mode ) throw (RuntimeException);1689 void SAL_CALL AnimationNode::setMode( sal_Bool _mode ) throw (RuntimeException) in setMode() argument1692 if( _mode != mbMode ) in setMode()1694 mbMode = _mode; in setMode()
Completed in 22 milliseconds