Searched refs:isSupported (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dadd-data.h44 static bool isSupported( const QString& str ) { return AddData(str).type != NONE; } function in class:AddData
H A Dmainwin.cc1168 if( !AddData::isSupported( str ) )
1171 if( !AddData::isSupported( str ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dclipbrd.cpp339 bool isSupported = false; local
367 isSupported = true;
375 return isSupported;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js1252 isSupported,
1404 isSupported = ( eventName in div );
1405 if ( !isSupported ) {
1407 isSupported = ( typeof div[ eventName ] === "function" );
1409 support[ i + "Bubbles" ] = isSupported;
1442 isSupported = ( tds[ 0 ].offsetHeight === 0 );
1449 support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 );

Completed in 52 milliseconds