HomeSort by relevance Sort by last modified time
    Searched refs:selection_text_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 415 base::string16 selection_text_; member in class:content::RenderWidgetHostViewBase
417 // The offset of the text stored in |selection_text_| relative to the start of
render_widget_host_view_base.cc 412 selection_text_ = text;
439 return selection_text_.substr(
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.cc     [all...]
render_frame_impl.h 680 base::string16 selection_text_; member in class:content::RenderFrameImpl
681 // The offset corresponding to the start of |selection_text_| in the document.
684 // could correspond to a substring of |selection_text_|; see above).
    [all...]

Completed in 254 milliseconds