Searched refs:allowUpdate (Results 1 – 5 of 5) sorted by relevance
71 StringListElem * allowUpdate; member234 zoneSpec->allowUpdate = g_zoneSpec.allowUpdate;256 zoneSpec->allowUpdate = g_zoneSpec.allowUpdate;285 g_zoneSpec.allowUpdate = g_stringList;474 for ( elem = zoneSpec->allowUpdate; elem; elem = elem->next ) in ParseConfig()
80 int allowUpdate(const String& tableName, const String& columnName);
328 int DatabaseAuthorizer::allowUpdate(const String& tableName, const String&) in allowUpdate() function in WebCore::DatabaseAuthorizer
231 bool allowUpdate;244 allowUpdate = true;264 allowUpdate = true;268 allowUpdate = ![keystoneGlue needsPromotion];276 allowUpdate = false;280 [self setAllowsUpdate:allowUpdate allowsPromotion:allowPromotion];
413 return auth->allowUpdate(parameter1, parameter2); in authorizerFunction()