Home
last modified time | relevance | path

Searched defs:action_index (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h558 CONTENT_EXPORT STDMETHODIMP doAction(long action_index) { in doAction()
561 CONTENT_EXPORT STDMETHODIMP get_description(long action_index, in get_description()
565 CONTENT_EXPORT STDMETHODIMP get_keyBinding(long action_index, in get_keyBinding()
571 CONTENT_EXPORT STDMETHODIMP get_name(long action_index, BSTR* name) { in get_name()
574 CONTENT_EXPORT STDMETHODIMP get_localizedName(long action_index, in get_localizedName()
/external/chromium_org/chrome/browser/ui/app_list/search/
Dsearch_webstore_result.cc56 void SearchWebstoreResult::InvokeAction(int action_index, int event_flags) { in InvokeAction()
Dsearch_controller.cc148 int action_index, in InvokeResultAction()
Domnibox_provider.cc91 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE {} in InvokeAction()
Dapp_result.cc98 void AppResult::InvokeAction(int action_index, int event_flags) {} in InvokeAction()
Dmixer_unittest.cc33 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE {} in InvokeAction()
/external/chromium_org/ui/app_list/views/
Dsearch_result_actions_view.cc44 void SearchResultActionsView::SetSelectedAction(int action_index) { in SetSelectedAction()
Dsearch_result_list_view.cc274 size_t action_index, in SearchResultActionActivated()
/external/chromium_org/ui/app_list/
Dsearch_result.cc86 void SearchResult::InvokeAction(int action_index, int event_flags) { in InvokeAction()
/external/chromium_org/chrome/browser/ui/app_list/search/people/
Dpeople_result.cc93 void PeopleResult::InvokeAction(int action_index, int event_flags) { in InvokeAction()
/external/chromium_org/ui/app_list/test/
Dapp_list_test_view_delegate.h64 int action_index, in InvokeSearchResultAction()
/external/chromium_org/athena/home/
Dapp_list_view_delegate.cc99 int action_index, in InvokeSearchResultAction()
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
Dwebstore_result.cc120 void WebstoreResult::InvokeAction(int action_index, int event_flags) { in InvokeAction()
/external/chromium_org/ash/shell/
Dapp_list.cc276 int action_index, in InvokeSearchResultAction()
/external/chromium_org/content/browser/renderer_host/input/
Dmotion_event_android.cc106 jint action_index, in MotionEventAndroid()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_view_delegate.cc307 int action_index, in InvokeSearchResultAction()
/external/chromium_org/ui/events/gesture_detection/
Dgesture_detector.cc231 const int action_index = ev.GetActionIndex(); in OnTouchEvent() local
Dgesture_provider.cc737 const int action_index = event.GetActionIndex(); in OnTouchEventHandlingBegin() local
/external/chromium_org/cc/scheduler/
Dscheduler_unittest.cc20 #define EXPECT_ACTION(action, client, action_index, expected_num_actions) \ argument
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.cc946 jint action_index, in OnTouchEvent()