HomeSort by relevance Sort by last modified time
    Searched refs:DoesDelete (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/test/webdriver/commands/
cookie_commands.h 32 virtual bool DoesDelete() OVERRIDE;
55 virtual bool DoesDelete() OVERRIDE;
html5_storage_commands.h 29 virtual bool DoesDelete() OVERRIDE;
51 virtual bool DoesDelete() OVERRIDE;
86 virtual bool DoesDelete() OVERRIDE;
108 virtual bool DoesDelete() OVERRIDE;
session_with_id.h 32 virtual bool DoesDelete() OVERRIDE;
cookie_commands.cc 25 bool CookieCommand::DoesDelete() {
138 bool NamedCookieCommand::DoesDelete() {
chrome_commands.h 53 virtual bool DoesDelete() OVERRIDE;
command.h 36 virtual bool DoesDelete();
html5_storage_commands.cc 29 bool LocalStorageCommand::DoesDelete() {
76 bool LocalStorageKeyCommand::DoesDelete() {
140 bool SessionStorageCommand::DoesDelete() {
187 bool SessionStorageKeyCommand::DoesDelete() {
session_with_id.cc 28 bool SessionWithID::DoesDelete() {
target_locator_commands.h 62 virtual bool DoesDelete() OVERRIDE;
command.cc 16 bool Command::DoesDelete() {
target_locator_commands.cc 72 bool WindowCommand::DoesDelete() {
chrome_commands.cc 121 bool ExtensionCommand::DoesDelete() {
  /external/chromium_org/chrome/test/webdriver/
webdriver_dispatch.cc 330 (method == "DELETE" && !command->DoesDelete())) {
338 if (command->DoesDelete())

Completed in 421 milliseconds