Searched refs:isStarted (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsmetadata.py17 self.failUnlessResultIsBOOL(NSMetadataQuery.isStarted)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsmetadata.py16 self.assertResultIsBOOL(NSMetadataQuery.isStarted)
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventQueue.h79 virtual Boolean isStarted();
H A DIOHIDEventQueue.cpp205 Boolean IOHIDEventQueue::isStarted() function in class:IOHIDEventQueue
/macosx-10.9.5/WebCore-7537.78.1/svg/animation/
H A DSMILTimeContainer.h60 bool isStarted() const;
H A DSMILTimeContainer.cpp126 bool SMILTimeContainer::isStarted() const function in class:WebCore::SMILTimeContainer
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSpellChecker.h58 bool isStarted() const { return m_checker; } function in class:WebCore::SpellCheckRequest
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.cpp94 if (!userClients || !isStarted) {
232 isStarted = false;
335 isStarted = true;
346 if (!isStarted) {
400 isStarted = false;
407 return isStarted;
H A DIOAudioControl.h113 /*! @var isStarted
116 bool isStarted; member in class:IOAudioControl
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h598 virtual bool isStarted(void);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGSVGElement.cpp511 if (!document()->parsing() && !document()->processingLoadEvent() && document()->loadEventFinished() && !timeContainer()->isStarted())
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp4120 OSKext::isStarted(void) function in class:OSKext
5938 if (isStarted() || isInterface() || isKernelComponent()) {
5981 if (!dependency->isStarted()) {
6115 if (!isStarted() || isInterface()) {
6272 if (isStarted()) {
8346 isStarted() ? kOSBooleanTrue : kOSBooleanFalse);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c121 unsigned int isStarted:1; member in struct:__OSKextLoadInfo::__anon2401
9640 if (aKext->loadInfo->flags.isStarted) {
10132 aKext->loadInfo->flags.isStarted = 1;
10139 aKext->loadInfo->flags.isStarted ? "" : " not");

Completed in 354 milliseconds