OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doPlatformCommand
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/win/Interfaces/
IWebFormDelegate.idl
88
HRESULT
doPlatformCommand
([in] IDOMHTMLInputElement* element, [in] BSTR command, [in] IWebFrame* frame, [out, retval] BOOL* result);
IWebEditingDelegate.idl
145
HRESULT
doPlatformCommand
([in] IWebView* webView, [in] BSTR command, [out, retval] BOOL* result);
/external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.h
94
virtual HRESULT STDMETHODCALLTYPE
doPlatformCommand
(
EditingDelegate.cpp
280
HRESULT STDMETHODCALLTYPE EditingDelegate::
doPlatformCommand
(
291
_tprintf(TEXT("EDITING DELEGATE:
doPlatformCommand
:%s\n"), command ? command : TEXT(""));
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp
379
formDelegate->
doPlatformCommand
(domInputElement, BString(command), kit(e->document()->frame()), &result);
399
formDelegate->
doPlatformCommand
(domInputElement, BString(L"DeleteBackward"), kit(e->document()->frame()), &result);
Completed in 22 milliseconds