Searched refs:editorCommandWebActions (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebpage.cpp268 static const char* editorCommandWebActions[] = variable
357 if ((action > QWebPage::NoWebAction) && (action < int(sizeof(editorCommandWebActions) / sizeof(const char*))))
358 return editorCommandWebActions[action];

Completed in 20 milliseconds