Searched refs:allowDelete (Results 1 – 4 of 4) sorted by relevance
100 testHelper: function(allowDelete, expectControlsHidden) { argument107 expectEquals(allowDelete ? 1 : 0, clearAllElements.length);112 expectEquals(allowDelete ? 0 : TOTAL_RESULT_COUNT + 1,118 expectEquals(allowDelete ? TOTAL_RESULT_COUNT : 0,121 if (allowDelete) {134 expectEquals(allowDelete ? 0 : TOTAL_RESULT_COUNT, downloads.size());
79 int allowDelete(const String& tableName);
310 int DatabaseAuthorizer::allowDelete(const String& tableName) in allowDelete() function in blink::DatabaseAuthorizer
292 return auth->allowDelete(parameter1); in authorizerFunction()