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

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DefaultControlActionsManager.java 41 protected IHandler getHandlerFor(String actionName) {
42 if (actionName.equalsIgnoreCase(IWorkbenchActionDefinitionIds.SELECT_ALL)) {
45 return super.getHandlerFor(actionName);
AbstractControlActionsManager.java 130 String actionName = (String) COMMAND_HANDLER_IDS[i];
131 IHandler handler = getHandlerFor(actionName);
132 activateHandler(actionName, service, handler, new Expression() {
150 protected IHandler getHandlerFor(String actionName) {
159 private void activateHandler(String actionName,
164 m_activations.add(service.activateHandler(actionName, handler, highPriorityExpression));
  /external/webkit/Source/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/wpa_supplicant_8/src/wps/
upnp_xml.c 175 * <u:actionName xmlns:u="urn:schemas-upnp-org:service:serviceType:v">
178 * </u:actionName>
185 * actionName will be replaced according to action requested
186 * schema following actionName will be WFA scheme instead
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 146 String actionName = nameAST.getText();
147 GrammarAST a = actions.get(actionName);
154 actions.put(actionName, actionAST);
Rule.java 499 String actionName = nameAST.getText();
500 GrammarAST a = (GrammarAST)actions.get(actionName);
507 actions.put(actionName,actionAST);
Grammar.java     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 138 GOwnPtr<char> actionName(g_strdup_printf("context-menu-action-%d", action));
142 platformAction = GTK_ACTION(gtk_toggle_action_new(actionName.get(), title.utf8().data(), 0, gtkStockIDFromContextMenuAction(action)));
144 platformAction = gtk_action_new(actionName.get(), title.utf8().data(), 0, gtkStockIDFromContextMenuAction(action));
  /external/webkit/Tools/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));
227 /* [in] */ BSTR actionName,
230 m_undoManager->registerUndoWithTarget(target, actionName, actionArg);
UIDelegate.h 234 /* [in] */ BSTR actionName,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 51 String actionName(int action) {
70 actionName(this.event.getAction()),
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 139 String actionName = command.get(1);
153 if ("down".equals(actionName)) {
155 } else if ("up".equals(actionName)) {
157 } else if ("move".equals(actionName)) {
161 Log.e(TAG, "Got a bad action: " + actionName);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 74 /* [in] */ BSTR actionName,
115 /* [in] */ BSTR /*actionName*/,
533 String actionName = undoNameForEditAction(command->editingAction());
539 if (!actionName.isEmpty())
540 uiDelegate->setActionTitle(BString(actionName));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintHelper.java 100 String actionName = actionChannel.getFieldValue("name").toString();
101 constraintsIpos.put(actionName, ipos);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 219 String actionName = WebEditCommandProxy::nameForEditAction(command->editAction());
223 if (!actionName.isEmpty())
224 [undoManager setActionName:(NSString *)actionName];
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 137 String actionName = actionStructure.getName();
150 Animation boneAnimation = new Animation(actionName, maximumTrackLength);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 248 public static String actionName(final int actionId) {
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 93 boolean isProtectedBroadcast(String actionName);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 537 NSString *actionName = undoNameForEditAction(cmd->editingAction());
540 if (actionName)
541 [undoManager setActionName:actionName];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 467 milliseconds

1 2