Lines Matching full:controller
1392 SelectionController* controller = focused->selection();
1393 if (!controller)
1396 const Node* node = controller->start().deprecatedNode();
1402 if (controller->isInPasswordField())
1417 SelectionController* controller = focused->selection();
1418 if (!controller)
1425 const Node* node = controller->base().containerNode();
1429 if (controller->isCaret())
1430 rect = view->contentsToWindow(controller->absoluteCaretBounds());
1431 else if (controller->isRange()) {
1432 node = controller->extent().containerNode();
1433 RefPtr<Range> range = controller->toNormalizedRange();
1642 // If a text field has focus, we need to make sure the selection controller