OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScheduleCommand
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sessions/
base_session_service.cc
96
void BaseSessionService::
ScheduleCommand
(SessionCommand* command) {
session_service.cc
184
ScheduleCommand
(CreateSetTabWindowCommand(window_id, tab_id));
193
ScheduleCommand
(CreateSetWindowBoundsCommand(window_id, bounds,
203
ScheduleCommand
(CreateSetTabIndexInWindowCommand(tab_id, new_index));
212
ScheduleCommand
(CreatePinnedStateCommand(tab_id, is_pinned));
243
ScheduleCommand
(CreateTabClosedCommand(tab_id.id()));
280
ScheduleCommand
(CreateWindowClosedCommand(window_id.id()));
288
ScheduleCommand
(CreateWindowClosedCommand(window_id.id()));
306
ScheduleCommand
(
323
ScheduleCommand
(command);
348
ScheduleCommand
(command)
[
all
...]
/external/chromium_org/chrome/browser/sessions/
base_session_service.cc
101
void BaseSessionService::
ScheduleCommand
(SessionCommand* command) {
session_service.cc
240
ScheduleCommand
(CreateSetTabWindowCommand(window_id, tab_id));
249
ScheduleCommand
(CreateSetWindowBoundsCommand(window_id, bounds, show_state));
258
ScheduleCommand
(CreateSetTabIndexInWindowCommand(tab_id, new_index));
267
ScheduleCommand
(CreatePinnedStateCommand(tab_id, is_pinned));
298
ScheduleCommand
(CreateTabClosedCommand(tab_id.id()));
348
ScheduleCommand
(CreateWindowClosedCommand(window_id.id()));
356
ScheduleCommand
(CreateWindowClosedCommand(window_id.id()));
376
ScheduleCommand
(
386
ScheduleCommand
(CreateSetTabExtensionAppIDCommand(
405
ScheduleCommand
(command)
[
all
...]
Completed in 31 milliseconds