Searched refs:isCore (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.h148 bool isCore( int key ) const { return FIRST_CORE_PREF<=key && key<=LAST_CORE_PREF; } function in class:Prefs
149 bool isClient( int key ) const { return !isCore( key ); }
H A Dsession.cc140 if( myPrefs.isCore( key ) ) switch( key )

Completed in 57 milliseconds