Home | History | Annotate | Download | only in printing

Lines Matching full:current

20     : ui_message_loop_(MessageLoop::current()),
41 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
69 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
111 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
126 NotificationService::current()->Notify(
133 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
158 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
168 NotificationService::current()->Notify(
186 MessageLoop::current(), &MessageLoop::Quit);
189 bool old_state = MessageLoop::current()->NestableTasksAllowed();
190 MessageLoop::current()->SetNestableTasksAllowed(true);
191 MessageLoop::current()->Run();
193 MessageLoop::current()->SetNestableTasksAllowed(old_state);
254 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
275 NotificationService::current()->Notify(
282 DCHECK_EQ(ui_message_loop_, MessageLoop::current());