Home | History | Annotate | Download | only in webkit

Lines Matching refs:mapSize

824         int mapSize = mCookieMap.size();
826 if (mapSize < MAX_RAM_DOMAIN_COUNT) {
853 if (mapSize >= MAX_RAM_DOMAIN_COUNT || count >= MAX_RAM_COOKIES_COUNT) {
856 + " bytes with " + mapSize + " domains");
859 int toGo = mapSize / 10 + 1;