Home
last modified time | relevance | path

Searched defs:saveWithPrompt (Results 1 – 8 of 8) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSourceWindow.java258 private void saveWithPrompt(JavaScriptObject jsoItem, Command onCompleted) in saveWithPrompt() method in SourceWindow
H A DSourceWindowManager.java371 public void saveWithPrompt(UnsavedChangesItem item, Command onCompleted) in saveWithPrompt() method in SourceWindowManager
1043 private final native void saveWithPrompt(WindowEx satellite, in saveWithPrompt() method in SourceWindowManager
H A DSource.java1616 public void saveWithPrompt(UnsavedChangesTarget target, in saveWithPrompt() method in Source
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/
H A DEditingTarget.java136 void saveWithPrompt(Command onCompleted, Command onCancelled); in saveWithPrompt() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/urlcontent/
H A DUrlContentEditingTarget.java405 public void saveWithPrompt(Command onCompleted, Command onCancelled) in saveWithPrompt() method in UrlContentEditingTarget
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/codebrowser/
H A DCodeBrowserEditingTarget.java692 public void saveWithPrompt(Command onCompleted, Command onCancelled) in saveWithPrompt() method in CodeBrowserEditingTarget
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/profiler/
H A DProfilerEditingTarget.java507 public void saveWithPrompt(Command onCompleted, Command onCancelled) in saveWithPrompt() method in ProfilerEditingTarget
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTarget.java2898 public void saveWithPrompt(final Command command, final Command onCancelled) in saveWithPrompt() method in TextEditingTarget