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

  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 113 // FIXME: Make a version of CallbackBase with three arguments, and define ValidateCommandCallback as a specialization.
114 class ValidateCommandCallback : public CallbackBase {
118 static PassRefPtr<ValidateCommandCallback> create(void* context, CallbackFunction callback)
120 return adoptRef(new ValidateCommandCallback(context, callback));
123 virtual ~ValidateCommandCallback()
149 ValidateCommandCallback(void* context, CallbackFunction callback)
248 void validateCommand(const String& commandName, PassRefPtr<ValidateCommandCallback>);
672 void validateCommandCallback(const String&, bool, int, uint64_t);
    [all...]
WebPageProxy.cpp 644 void WebPageProxy::validateCommand(const String& commandName, PassRefPtr<ValidateCommandCallback> callback)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 610 static void validateCommandCallback(WKStringRef commandName, bool isEnabled, int32_t state, WKErrorRef error, void* context)
709 _data->_page->validateCommand(commandName, ValidateCommandCallback::create(self, validateCommandCallback));
    [all...]

Completed in 28 milliseconds