Searched refs:pending_commands (Results 1 – 4 of 4) sorted by relevance
374 pinned, &pending_commands(), NULL); in TabRestored()443 bool had_commands = !pending_commands().empty(); in Save()1172 STLDeleteElements(&pending_commands()); in ScheduleReset()1175 BuildCommandsFromBrowsers(&pending_commands(), &tab_to_available_range_, in ScheduleReset()1201 pending_commands().rbegin(); i != pending_commands().rend(); ++i) { in ReplacePendingCommand()1223 pending_commands().erase(i.base() - 1); in ReplacePendingCommand()1224 pending_commands().push_back(command); in ReplacePendingCommand()
92 std::vector<SessionCommand*>& pending_commands() { in pending_commands() function
458 pinned, &pending_commands(), NULL); in TabRestored()512 bool had_commands = !pending_commands().empty(); in Save()540 return backend()->inited() || !pending_commands().empty(); in processed_any_commands()1407 STLDeleteElements(&pending_commands()); in ScheduleReset()1410 BuildCommandsFromBrowsers(&pending_commands(), &tab_to_available_range_, in ScheduleReset()1429 pending_commands().rbegin(); i != pending_commands().rend(); ++i) { in ReplacePendingCommand()1460 pending_commands().erase(i.base() - 1); in ReplacePendingCommand()1461 pending_commands().push_back(command); in ReplacePendingCommand()
69 std::vector<SessionCommand*>& pending_commands() { in pending_commands() function