Searched refs:SelectionChanged (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.h51 void SelectionChanged();
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/api/dev/
H A Dppb_text_input_dev.idl108 void SelectionChanged([in] PP_Instance instance);
/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,
H A Dppb_instance_api.h149 virtual void SelectionChanged(PP_Instance instance) = 0;
/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/ui/base/touch/
H A Dtouch_editing_controller.h77 virtual void SelectionChanged() = 0;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_model_adapter.h76 virtual void SelectionChanged(MenuItemView* menu) OVERRIDE;
H A Dmenu_delegate.h218 virtual void SelectionChanged(MenuItemView* menu) { function in class:views::MenuDelegate
H A Dmenu_model_adapter_unittest.cc306 static_cast<views::MenuDelegate*>(&delegate)->SelectionChanged(menu);
H A Dmenu_model_adapter.cc227 void MenuModelAdapter::SelectionChanged(MenuItemView* menu) { function in class:views::MenuModelAdapter
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc57 touch_selection_controller_->SelectionChanged();
84 touch_selection_controller_->SelectionChanged();
90 touch_selection_controller_->SelectionChanged();
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.h40 virtual void SelectionChanged() OVERRIDE;
H A Dtouch_selection_controller_impl_unittest.cc660 touch_selection_controller->SelectionChanged();
666 touch_selection_controller->SelectionChanged();
672 touch_selection_controller->SelectionChanged();
678 touch_selection_controller->SelectionChanged();
684 touch_selection_controller->SelectionChanged();
H A Dtouch_selection_controller_impl.cc346 void TouchSelectionControllerImpl::SelectionChanged() { function in class:views::TouchSelectionControllerImpl
529 SelectionChanged();
/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/content/browser/frame_host/
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);
H A Drender_widget_host_view_child_frame.cc183 void RenderWidgetHostViewChildFrame::SelectionChanged( function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h82 virtual void SelectionChanged(const base::string16& text,
H A Drender_widget_host_view_guest.h89 virtual void SelectionChanged(const base::string16& text,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DTabbedEditorContainer.js159 this._currentView.addEventListener(WebInspector.SourceFrame.Events.SelectionChanged, this._selectionChanged, this);
167 this._currentView.removeEventListener(WebInspector.SourceFrame.Events.SelectionChanged, this._selectionChanged, this);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h118 virtual void SelectionChanged(const base::string16& text,
H A Drender_widget_host_view_android.h140 virtual void SelectionChanged(const base::string16& text,
/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
H A Dplugin_instance.h110 virtual void SelectionChanged(PP_Instance instance) OVERRIDE;

Completed in 390 milliseconds

12