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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 500 toImpl(pageRef)->validateCommand(toImpl(command)->string(), ValidateCommandCallback::create(context, callback));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 458 void validateCommand(const String&, uint64_t);
WebPage.cpp 1034 void WebPage::validateCommand(const String& commandName, uint64_t callbackID)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 248 void validateCommand(const String& commandName, PassRefPtr<ValidateCommandCallback>);
    [all...]
WebPageProxy.cpp 644 void WebPageProxy::validateCommand(const String& commandName, PassRefPtr<ValidateCommandCallback> callback)
653 process()->send(Messages::WebPage::ValidateCommand(commandName, callbackID), m_pageID);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 709 _data->_page->validateCommand(commandName, ValidateCommandCallback::create(self, validateCommandCallback));
    [all...]

Completed in 28 milliseconds