WebHistory.cpp | 59 static bool read_item_recursive(WebCore::HistoryItem* child, const char** pData, int length); 177 // We have a 2nd local variable since read_item_recursive may change the 181 read_item_recursive(newItem.get(), &ptr, (int)size); 480 static bool read_item_recursive(WebCore::HistoryItem* newItem, function in namespace:android 687 // No need to check the length each time because read_item_recursive 693 if (!read_item_recursive(child.get(), pData, end - data)) { 719 LOG_ASSERT(!read_item_recursive(testItem, &test1, 0), "0 length array should fail!"); 722 LOG_ASSERT(!read_item_recursive(testItem, &test2, 2), "Small array should fail!"); 724 LOG_ASSERT(!read_item_recursive(testItem, NULL, HISTORY_MIN_SIZE), "Null data should fail!"); 730 LOG_ASSERT(!read_item_recursive(testItem, &ptr, HISTORY_MIN_SIZE), "4000 length originalUrl should fail!") [all...] |