Searched defs:SelectionChanged (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.h218 virtual void SelectionChanged(MenuItemView* menu) { function in class:views::MenuDelegate
H A Dmenu_model_adapter.cc227 void MenuModelAdapter::SelectionChanged(MenuItemView* menu) { function in class:views::MenuModelAdapter
/external/chromium_org/ppapi/c/dev/
H A Dppb_text_input_dev.h125 void (*SelectionChanged)(PP_Instance instance); member in struct:PPB_TextInput_Dev_0_2
/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc91 void TextInput_Dev::SelectionChanged() { function in class:pp::TextInput_Dev
93 get_interface<PPB_TextInput_Dev_0_2>()->SelectionChanged(
/external/chromium_org/ppapi/thunk/
H A Dppb_text_input_thunk.cc91 void SelectionChanged(PP_Instance instance) { function in namespace:ppapi::thunk::__anon10308
94 enter.functions()->SelectionChanged(instance);
108 &SelectionChanged,
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc409 void RenderWidgetHostViewBase::SelectionChanged(const base::string16& text, function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_view_android.cc784 void RenderWidgetHostViewAndroid::SelectionChanged(const base::string16& text, function in class:content::RenderWidgetHostViewAndroid
787 RenderWidgetHostViewBase::SelectionChanged(text, offset, range);
H A Drender_widget_host_view_aura.cc915 void RenderWidgetHostViewAura::SelectionChanged(const base::string16& text, function in class:content::RenderWidgetHostViewAura
918 RenderWidgetHostViewBase::SelectionChanged(text, offset, range);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc183 void RenderWidgetHostViewChildFrame::SelectionChanged( function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc340 void RenderWidgetHostViewGuest::SelectionChanged(const base::string16& text, function in class:content::RenderWidgetHostViewGuest
343 platform_view_->SelectionChanged(text, offset, range);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc286 void PluginInstance::SelectionChanged(PP_Instance instance) { function in class:mojo::examples::PluginInstance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DSourceFrame.js95 SelectionChanged: "SelectionChanged",
710 this.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange);
711 WebInspector.notifications.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange);
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc346 void TouchSelectionControllerImpl::SelectionChanged() { function in class:views::TouchSelectionControllerImpl
529 SelectionChanged();
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc950 void PPB_Instance_Proxy::SelectionChanged(PP_Instance instance) { function in class:ppapi::proxy::PPB_Instance_Proxy
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2877 void PepperPluginInstanceImpl::SelectionChanged(PP_Instance instance) { function in class:content::PepperPluginInstanceImpl

Completed in 209 milliseconds