Home
last modified time | relevance | path

Searched refs:webName (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp1085 String webName = name; in executeCommand() local
1092 if (!frame()->editor().canEdit() && webName == "moveToBeginningOfDocument") in executeCommand()
1095 if (!frame()->editor().canEdit() && webName == "moveToEndOfDocument") in executeCommand()
1098 if (webName == "showGuessPanel") { in executeCommand()
1103 return frame()->editor().command(webName).execute(value); in executeCommand()