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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebEditCommand.h 40 uint64_t commandID() const { return m_commandID; }
43 WebEditCommand(PassRefPtr<WebCore::EditCommand> command, uint64_t commandID)
45 , m_commandID(commandID)
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.h 41 static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page)
43 return adoptRef(new WebEditCommandProxy(commandID, editAction, page));
47 uint64_t commandID() const { return m_commandID; }
58 WebEditCommandProxy(uint64_t commandID, WebCore::EditAction, WebPageProxy*);
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 38 milliseconds