Home | History | Annotate | Download | only in src

Lines Matching full:controller

1324     SelectionController* controller = frame()->selection();
1325 ASSERT(!controller->isNone());
1326 if (controller->isNone() || controller->isRange())
1328 selectWordAroundPosition(frame(), controller->selection().visibleStart());