HomeSort by relevance Sort by last modified time
    Searched defs:run_state (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.h 34 ExecuteOpenParams(SkColor color, RunState run_state, HWND owner);
36 RunState run_state; member in struct:ColorChooserDialog::ExecuteOpenParams
50 void DidCloseDialog(bool chose_color, SkColor color, RunState run_state);
  /external/chromium_org/ui/shell_dialogs/
base_shell_dialog_win.cc 34 RunState run_state; local
35 run_state.dialog_thread = CreateDialogThread();
36 run_state.owner = owner;
41 return run_state;
44 void BaseShellDialogImpl::EndRun(RunState run_state) {
45 if (run_state.owner) {
46 DCHECK(IsRunningDialogForOwner(run_state.owner));
47 EnableOwner(run_state.owner);
48 DCHECK(owners_.find(run_state.owner) != owners_.end());
49 owners_.erase(run_state.owner)
    [all...]
select_file_dialog_win.cc 443 RunState run_state,
451 run_state(run_state),
464 RunState run_state; member in struct:__anon16829::SelectFileDialogImpl::ExecuteSelectParams
476 void* params, RunState run_state);
481 RunState run_state);
485 void FileNotSelected(void* params, RunState run_state);
610 execute_params.run_state.dialog_thread->message_loop()->PostTask(
651 params.run_state.owner,
655 success = SaveFileAsWithFilter(params.run_state.owner
    [all...]
  /external/chromium_org/cc/animation/
animation.h 64 RunState run_state() const { return run_state_; } function in class:cc::Animation
65 void SetRunState(RunState run_state, double monotonic_time);
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 417 // Cleans up after a dialog run. If the run_state has a valid HWND this makes
423 void EndRun(RunState run_state);
488 RunState run_state; local
489 run_state.dialog_thread = CreateDialogThread();
490 run_state.owner = owner;
495 return run_state;
498 void BaseShellDialogImpl::EndRun(RunState run_state) {
499 if (run_state.owner) {
500 DCHECK(IsRunningDialogForOwner(run_state.owner));
501 EnableOwner(run_state.owner)
586 RunState run_state; member in struct:SelectFileDialogImpl::ExecuteSelectParams
    [all...]

Completed in 499 milliseconds