Home | History | Annotate | Download | only in tabs

Lines Matching refs:update_info

625   switch (params->update_info.state) {
677 if (params->update_info.left) {
678 bounds.set_x(*params->update_info.left);
682 if (params->update_info.top) {
683 bounds.set_y(*params->update_info.top);
687 if (params->update_info.width) {
688 bounds.set_width(*params->update_info.width);
692 if (params->update_info.height) {
693 bounds.set_height(*params->update_info.height);
709 if (params->update_info.focused) {
710 if (*params->update_info.focused) {
726 if (params->update_info.draw_attention)
727 controller->window()->FlashFrame(*params->update_info.draw_attention);