Home | History | Annotate | Download | only in src

Lines Matching defs:controller

1094     SelectionController* controller = frame()->selection();
1095 ASSERT(!controller->isNone());
1096 if (controller->isNone() || controller->isRange())
1098 selectWordAroundPosition(frame(), controller->selection().visibleStart());