OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScheduleCommand
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/sessions/
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
...]
base_session_service.h
106
virtual void
ScheduleCommand
(SessionCommand* command);
tab_restore_service.cc
278
ScheduleCommand
(CreateRestoredEntryCommand((*i)->id));
287
ScheduleCommand
(CreateRestoredEntryCommand(1));
320
ScheduleCommand
(CreateRestoredEntryCommand(id));
580
ScheduleCommand
(
610
ScheduleCommand
(
620
ScheduleCommand
(command);
624
ScheduleCommand
(
638
ScheduleCommand
(
[
all
...]
base_session_service.cc
96
void BaseSessionService::
ScheduleCommand
(SessionCommand* command) {
session_service.h
350
virtual void
ScheduleCommand
(SessionCommand* command);
/external/chromium_org/chrome/browser/sessions/
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
...]
persistent_tab_restore_service.cc
288
ScheduleCommand
(CreateRestoredEntryCommand((*i)->id));
297
ScheduleCommand
(CreateRestoredEntryCommand(1));
311
ScheduleCommand
(CreateRestoredEntryCommand(id));
401
ScheduleCommand
(
408
ScheduleCommand
(
440
ScheduleCommand
(
450
ScheduleCommand
(command);
454
ScheduleCommand
(
460
ScheduleCommand
(
469
ScheduleCommand
(
[
all
...]
base_session_service.h
83
virtual void
ScheduleCommand
(SessionCommand* command);
base_session_service.cc
101
void BaseSessionService::
ScheduleCommand
(SessionCommand* command) {
session_service_unittest.cc
[
all
...]
session_service.h
390
virtual void
ScheduleCommand
(SessionCommand* command) OVERRIDE;
Completed in 52 milliseconds