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

  /external/webkit/WebKit/win/Interfaces/
IWebUndoTarget.idl 39 HRESULT invoke([in] BSTR actionName, [in] IUnknown* obj);
IWebUndoManager.idl 128 - (NSString *)redoMenuTitleForUndoActionName:(NSString *)actionName
130 HRESULT redoMenuTitleForUndoActionName([in] BSTR actionName, [out, retval] BSTR* result);
153 - (void)setActionName:(NSString *)actionName
155 HRESULT setActionName([in] BSTR actionName);
188 - (NSString *)undoMenuTitleForUndoActionName:(NSString *)actionName
190 HRESULT undoMenuTitleForUndoActionName([in] BSTR actionName, [out, retval] BSTR* result);
IWebUIDelegate.idl 641 @param actionName The name of the action - this will be passed back to the target when we need to undo the operation
644 HRESULT registerUndoWithTarget([in] IWebUndoTarget* target, [in] BSTR actionName, [in] IUnknown* actionArg);
656 @param actionName Name of the action
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 50 DRTUndoObject(IWebUndoTarget* target, BSTR actionName, IUnknown* obj)
52 , m_actionName(SysAllocString(actionName))
92 void registerUndoWithTarget(IWebUndoTarget* target, BSTR actionName, IUnknown* obj);
119 void DRTUndoManager::registerUndoWithTarget(IWebUndoTarget* target, BSTR actionName, IUnknown* obj)
125 stack->push(new DRTUndoObject(target, actionName, obj));
223 /* [in] */ BSTR actionName,
226 m_undoManager->registerUndoWithTarget(target, actionName, actionArg);
UIDelegate.h 234 /* [in] */ BSTR actionName,
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 136 String actionName = command.get(1);
150 if ("down".equals(actionName)) {
152 } else if ("up".equals(actionName)) {
154 } else if ("move".equals(actionName)) {
158 Log.e(TAG, "Got a bad action: " + actionName);
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 75 /* [in] */ BSTR actionName,
116 /* [in] */ BSTR /*actionName*/,
531 LPCTSTR actionName = undoNameForEditAction(command->editingAction());
537 BSTR actionNameBSTR = SysAllocString(actionName);
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 81 boolean isProtectedBroadcast(String actionName);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 461 NSString *actionName = undoNameForEditAction(cmd->editingAction());
464 if (actionName)
465 [undoManager setActionName:actionName];
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 219 * <u:actionName xmlns:u="urn:schemas-upnp-org:service:serviceType:v">
222 * </u:actionName>
229 * actionName will be replaced according to action requested
230 * schema following actionName will be WFA scheme instead
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 266 milliseconds