HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 226 - 250 of 354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/engine/
syncapi.h 636 enum Action {
648 Action action; member in struct:sync_api::SyncManager::ChangeRecord
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_unittest.cc 38 AutocompleteActionPredictor::Action expected_action;
361 << "Unexpected action for " << match.destination_url;
373 AutocompleteActionPredictor::Action expected_action =
380 << "Unexpected action for " << match.destination_url;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice.js 58 // Get the remembered action before initializing volumes.
104 var dom = document.querySelector('.action-choice');
120 * Registers an action.
121 * @param {Object} action Action item.
124 ActionChoice.prototype.registerAction_ = function(action) {
125 this.actions_.push(action);
126 this.actionsById_[action.id] = action;
131 * then performs the action
    [all...]
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 198 template<typename R> R AccInWindow(testing::Action<R(HWND)> action, HWND hwnd) {
199 return action.Perform(typename testing::Action<R(HWND)>::ArgumentTuple(hwnd));
249 ACTION(OpenContextMenuAsync) {
305 ACTION(DoCloseWindow) {
316 ACTION(KillChromeFrameProcesses) {
  /external/chromium_org/remoting/protocol/
jingle_session_unittest.cc 56 ACTION(QuitThread) {
132 FakeAuthenticator::Action auth_action) {
171 FakeAuthenticator::Action auth_action,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 173 Action(cl::desc("Action to perform:"),
457 switch (Action) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 29 import org.eclipse.jface.action.Action;
30 import org.eclipse.jface.action.ActionContributionItem;
31 import org.eclipse.jface.action.IAction;
32 import org.eclipse.jface.action.MenuManager;
33 import org.eclipse.jface.action.Separator;
48 * Action which creates a submenu displaying available themes
100 SelectThemeAction action = new SelectThemeAction(configChooser, local
104 action.setEnabled(false);
105 manager.add(action);
285 SelectThemeAction action = new SelectThemeAction(mConfigChooser, title, theme, selected); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 45 import org.eclipse.jface.action.Action;
69 * Text action for XML files to invoke renaming
76 public final class RenameResourceXmlTextAction extends Action {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 96 PreferencePage_HPROF_Action=HPROF Action:
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 35 import org.eclipse.jface.action.Action;
36 import org.eclipse.jface.action.IToolBarManager;
134 manager.add(new Action("Save to File",
GLFunctionTraceViewer.java 39 import org.eclipse.jface.action.Action;
136 * rapidly (i.e., when the spinner or scale is moved to the target frame in a single action).
224 new Action("Copy") {
232 new Action("Select All") {
240 new Action("Find") {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_change_processor.cc 172 sync_api::SyncManager::ChangeRecord::Action action(change.action);
173 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE == action) {
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 201 DownloadDangerPrompt::Action action);
  /external/chromium_org/chrome/browser/extensions/
script_badge_controller.cc 82 LocationBarController::Action ScriptBadgeController::OnClicked(
  /external/chromium_org/chromeos/dbus/
power_policy_controller.cc 41 // corresponding to |action|.
43 PowerPolicyController::Action action) {
44 switch (action) {
54 NOTREACHED() << "Unhandled action " << action;
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.cc 147 PeerConnectionTracker::Action action)
148 : handler_(handler), action_(action) {}
169 PeerConnectionTracker::Action action_;
180 PeerConnectionTracker::Action action)
181 : webkit_request_(request), tracker_(handler, action) {}
208 PeerConnectionTracker::Action action)
209 : webkit_request_(request), tracker_(handler, action) {}
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 117 const Action transition[NumOfStates][NumOfTokenKinds] = {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 722 default: llvm_unreachable("This action is not supported yet!");
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_buffer.js 100 * Searches for an action for the double tap enumerating
104 * @return {ImageBuffer.DoubleTapAction} Action to perform as result.
108 var action = this.overlays_[i].getDoubleTapAction(x, y);
109 if (action != ImageBuffer.DoubleTapAction.NOTHING)
110 return action;
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 109 // No need to schedule retry-dismiss action if another action that tries to
578 * the clicked area from the button action URLs info.
723 console.log('Action Taken setShouldPollCards=' + shouldPollCardsRequest);
730 'Action Ignored setShouldPollCards=' + shouldPollCardsRequest);
751 console.log('Action Taken setToastVisible=' + visibleRequest);
757 console.log('Action Ignored setToastVisible=' + visibleRequest);
  /external/clang/lib/Driver/
ToolChains.cpp 177 Tool *Darwin::getTool(Action::ActionClass AC) const {
179 case Action::LipoJobClass:
183 case Action::DsymutilJobClass:
187 case Action::VerifyJobClass:
    [all...]

Completed in 4126 milliseconds

1 2 3 4 5 6 7 8 91011>>