Home | History | Annotate | Download | only in views

Lines Matching refs:RunState

404   struct RunState {
415 RunState BeginRun(HWND owner);
422 // In addition this deletes the Thread in RunState.
423 void EndRun(RunState run_state);
482 BaseShellDialogImpl::RunState BaseShellDialogImpl::BeginRun(HWND owner) {
488 RunState run_state;
498 void BaseShellDialogImpl::EndRun(RunState run_state) {
563 RunState run_state,
586 RunState run_state;
597 void* params, RunState run_state);
601 RunState run_state);
605 void FileNotSelected(void* params, RunState run_state);
744 RunState run_state) {
753 RunState run_state) {
759 void SelectFileDialogImpl::FileNotSelected(void* params, RunState run_state) {