Searched refs:removeRule (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSStyleSheet.idl36 [RaisesException] void removeRule([Default=Undefined] optional unsigned long index);
H A DCSSStyleSheet.h73 void removeRule(unsigned index, ExceptionCode& ec) { deleteRule(index, ec); } function in class:WebCore::final
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.h54 void removeRule(const char *inRightName);
H A DAuthorizationEngine.h91 OSStatus removeRule(const char *inRightName, const CredentialSet *inCredentials, CredentialSet *outCredentials, AuthorizationToken &auth);
H A DAuthorizationEngine.cpp348 Engine::removeRule(const char *inRightName, const CredentialSet *inCredentials, CredentialSet *outCredentials, AuthorizationToken &auth) function in class:Authorization::Engine
361 mAuthdb.removeRule(inRightName);
H A DAuthorizationDBPlist.cpp392 AuthorizationDBPlist::removeRule(const char *inRightName) function in class:Authorization::AuthorizationDBPlist
H A Dsession.cpp549 OSStatus result = Server::authority().removeRule(inRightName, &effective, &resultCreds, auth);
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h1015 - (void)removeRule:(unsigned)index WEBKIT_AVAILABLE_MAC(10_6);

Completed in 77 milliseconds