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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 564 text_surrounding_selection_callback_ = callback;
571 if (text_surrounding_selection_callback_.is_null())
573 text_surrounding_selection_callback_.Run(content, start_offset, end_offset);
574 text_surrounding_selection_callback_.Reset();
    [all...]
render_widget_host_view_android.h 424 TextSurroundingSelectionCallback text_surrounding_selection_callback_; member in class:content::RenderWidgetHostViewAndroid

Completed in 30 milliseconds