HomeSort by relevance Sort by last modified time
    Searched defs:validateCommand (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 1034 void WebPage::validateCommand(const String& commandName, uint64_t callbackID)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 644 void WebPageProxy::validateCommand(const String& commandName, PassRefPtr<ValidateCommandCallback> callback)
653 process()->send(Messages::WebPage::ValidateCommand(commandName, callbackID), m_pageID);
    [all...]

Completed in 1252 milliseconds