Home | History | Annotate | Download | only in inspector

Lines Matching refs:deleteCookie

610 void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& url)
615 WebCore::deleteCookie(toLocalFrame(frame)->document(), parsedURL, cookieName);