Home
last modified time | relevance | path

Searched refs:existingView (Results 1 – 9 of 9) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/windows/
H A Dviewwindow.cpp154 if (existingView) in getTitleForMdiWindow()
195 return existingView && db && !DBLIST->isTemporary(db); in restoreSessionNextTime()
281 existingView = false; in newView()
295 if (existingView) in initView()
620 actionMap[REFRESH_QUERY]->setEnabled(existingView); in updateQueryToolbarStatus()
638 if (!existingView) in changesSuccessfullyCommitted()
645 existingView = true; in changesSuccessfullyCommitted()
666 actionMap[REFRESH_TRIGGERS]->setEnabled(existingView); in updateTriggersState()
667 actionMap[ADD_TRIGGER]->setEnabled(existingView); in updateTriggersState()
917 if (existingView) in parseDdl()
[all …]
H A Dviewwindow.h124 bool existingView = true; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/
H A DUiUtils.java114 public static int insertBefore(ViewGroup container, View newView, View existingView) { in insertBefore() argument
115 return insertView(container, newView, existingView, false); in insertBefore()
125 public static int insertAfter(ViewGroup container, View newView, View existingView) { in insertAfter() argument
126 return insertView(container, newView, existingView, true); in insertAfter()
130 ViewGroup container, View newView, View existingView, boolean after) { in insertView() argument
136 index = container.indexOfChild(existingView); in insertView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java132 View existingView = itemView.getChildAt(1); in populateView() local
133 if (!(existingView instanceof EditText)) { in populateView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java132 View existingView = itemView.getChildAt(1); in populateView() local
133 if (!(existingView instanceof EditText)) { in populateView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/selectable_list/
H A DSelectableListLayout.java156 RecyclerView existingView = contentView.findViewById(R.id.recycler_view); in initializeRecyclerView() local
157 contentView.removeView(existingView); in initializeRecyclerView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/selectable_list/
H A DSelectableListLayout.java154 RecyclerView existingView = contentView.findViewById(R.id.recycler_view); in initializeRecyclerView() local
155 contentView.removeView(existingView); in initializeRecyclerView()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtexstudio.cpp2039 if (!existingView) { in load()
2043 if (existingView) { in load()
2045 return existingView; in load()
2047 if (existingView->document->isHidden()) { in load()
2056existingView->editor->setSilentReloadOnExternalChanges(existingView->document->remeberAutoReload); in load()
2057 existingView->editor->setHidden(false); in load()
2059 editors->addEditor(existingView); in load()
2063 existingView->editor->setFocus(); in load()
2065 return existingView; in load()
2067 editors->setCurrentEditor(existingView); in load()
[all …]
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources291146 openFromFile: preStream fromDirectory: aDirectoryOrNil withProjectView: existingView
291154 withProjectView: existingView
291250 existingView ifNil: [
291253 (existingView project isKindOf: DiskProxy) ifFalse: [
291254 existingView project changeSet name:
291256 projectsToBeDeleted add: existingView project.
291258 (existingView owner isSystemWindow) ifTrue: [
291259 existingView owner model: proj
291261 existingView project: proj.