Home
last modified time | relevance | path

Searched refs:isStarted (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebSharedWorker.h58 virtual bool isStarted() = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebSharedWorkerImpl.h53 virtual bool isStarted();
DWebSharedWorkerImpl.cpp62 bool WebSharedWorkerImpl::isStarted() in isStarted() function in WebKit::WebSharedWorkerImpl
DSharedWorkerRepository.cpp134 if (m_webWorker->isStarted()) in load()
/external/srec/srec/Recognizer/include/
DSR_RecognizerImpl.h231 ESR_BOOL isStarted; member
/external/libnfc-nxp/src/
DphFriNfc_FelicaMap.c79 …ic NFCSTATUS phFriNfc_Felica_HUpdateAttrBlkForWrOp(phFriNfc_NdefMap_t *NdefMap,uint8_t isStarted);
947 …tic NFCSTATUS phFriNfc_Felica_HUpdateAttrBlkForWrOp(phFriNfc_NdefMap_t *NdefMap,uint8_t isStarted) in phFriNfc_Felica_HUpdateAttrBlkForWrOp() argument
958 (( isStarted == FELICA_WRITE_STARTED )? in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1040 if (isStarted == FELICA_WRITE_STARTED ) in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c683 impl->isStarted = ESR_FALSE; in SR_RecognizerCreate()
1022 impl->isStarted = ESR_TRUE; in SR_RecognizerStartImpl()
1069 if (!impl->isStarted) in SR_RecognizerStopImpl()
1259 impl->isStarted = ESR_FALSE; in SR_RecognizerStopImpl()
1732 if (!impl->isStarted) in SR_RecognizerPutAudioImpl()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm1576 …// FIXME: Is this isStarted check needed here? evaluateJavaScriptPluginRequest should not be called
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0929842 (-[WebBaseNetscapePluginView isStarted]): added so the stream knows the state of the view
33743 … (-[WebBaseNetscapePluginView viewHasMoved:]): Just call setWindow since it now checks isStarted.
DChangeLog-2010-01-2913104 (-[WebNetscapePluginView isStarted]):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1628659 (WebKit::WebSharedWorkerImpl::isStarted):