Home | History | Annotate | Download | only in rendering

Lines Matching refs:search

1184     NSSearchFieldCell* search = this->search();
1203 // Set the search button to nil before drawing. Then reset it so we can draw it later.
1204 [search setSearchButtonCell:nil];
1206 [search drawWithFrame:NSRect(unzoomedRect) inView:o->view()->frameView()->documentView()];
1208 if ([search showsFirstResponder])
1209 wkDrawTextFieldCellFocusRing(search, NSRect(unzoomedRect));
1212 [search setControlView:nil];
1213 [search resetSearchButtonCell];
1222 NSSearchFieldCell* search = this->search();
1224 [search setControlSize:controlSizeForFont(o->style())];
1227 updateEnabledState(search, o);
1228 updateFocusedState(search, o);
1286 NSSearchFieldCell* search = this->search();
1288 updatePressedState([search cancelButtonCell], o);
1294 FloatRect localBounds = [search cancelButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect())];
1306 [[search cancelButtonCell] drawWithFrame:unzoomedRect inView:o->view()->frameView()->documentView()];
1307 [[search cancelButtonCell] setControlView:nil];
1363 NSSearchFieldCell* search = this->search();
1365 if ([search searchMenuTemplate] != nil)
1366 [search setSearchMenuTemplate:nil];
1368 FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect())];
1371 [[search searchButtonCell] drawWithFrame:localBounds inView:o->view()->frameView()->documentView()];
1372 [[search searchButtonCell] setControlView:nil];
1393 NSSearchFieldCell* search = this->search();
1395 if (![search searchMenuTemplate])
1396 [search setSearchMenuTemplate:searchMenuTemplate()];
1402 FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect())];
1414 [[search searchButtonCell] drawWithFrame:unzoomedRect inView:o->view()->frameView()->documentView()];
1415 [[search searchButtonCell] setControlView:nil];
1730 NSSearchFieldCell* RenderThemeMac::search() const