Home
last modified time | relevance | path

Searched refs:launchUrl (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Games/
H A DInstanceWebDetails.php21 public $launchUrl; variable in Google_Service_Games_InstanceWebDetails
32 public function setLaunchUrl($launchUrl) argument
34 $this->launchUrl = $launchUrl;
38 return $this->launchUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games/
H A DInstanceWebDetails.php21 public $launchUrl; variable in Google_Service_Games_InstanceWebDetails
32 public function setLaunchUrl($launchUrl) argument
34 $this->launchUrl = $launchUrl;
38 return $this->launchUrl;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/incognito/
H A DIncognitoPermissionLeakageTest.java149 Tab tab1 = activity1.launchUrl( in testAllowPermissionDoNotLeakBetweenRegularAndIncognito()
157 Tab tab2 = activity2.launchUrl( in testAllowPermissionDoNotLeakBetweenRegularAndIncognito()
176 Tab tab1 = incognitoActivity1.launchUrl( in testAllowPermissionDoNotLeakFromIncognitoToIncognito()
184 Tab tab2 = incognitoActivity2.launchUrl( in testAllowPermissionDoNotLeakFromIncognitoToIncognito()
204 Tab tab1 = incognitoActivity1.launchUrl( in testBlockPermissionDoNotLeakFromIncognitoToIncognito()
212 Tab tab2 = incognitoActivity2.launchUrl( in testBlockPermissionDoNotLeakFromIncognitoToIncognito()
231 Tab tab1 = regularActivity.launchUrl( in testBlockPermissionLeakFromRegularToIncognito()
239 Tab tab2 = incognitoActivity.launchUrl( in testBlockPermissionLeakFromRegularToIncognito()
259 Tab tab1 = incognitoActivity.launchUrl( in testBlockPermissionDoNotLeakFromIncognitoToRegular()
268 Tab tab2 = regularActivity.launchUrl( in testBlockPermissionDoNotLeakFromIncognitoToRegular()
H A DIncognitoCookieLeakageTest.java123 Tab setter_tab = incognitoActivity1.launchUrl( in testCookiesDoNotLeakFromIncognitoToIncognito()
127 Tab getter_tab = incognitoActivity2.launchUrl( in testCookiesDoNotLeakFromIncognitoToIncognito()
146 Tab setter_tab = setterActivity.launchUrl( in testCookiesDoNotLeakBetweenRegularAndIncognito()
150 Tab getter_tab = getterActivity.launchUrl( in testCookiesDoNotLeakBetweenRegularAndIncognito()
H A DIncognitoStorageLeakageTest.java97 Tab tab1 = activity1.launchUrl( in testSessionStorageDoesNotLeakFromActivityToActivity()
112 Tab tab2 = activity2.launchUrl( in testSessionStorageDoesNotLeakFromActivityToActivity()
133 Tab tab1 = activity1.launchUrl( in testStorageDoesNotLeakFromActivityToActivity()
136 Tab tab2 = activity2.launchUrl( in testStorageDoesNotLeakFromActivityToActivity()
H A DIncognitoHistoryLeakageTest.java139 Tab tab1 = incognitoActivity.launchUrl( in testBrowsingHistoryDoNotLeakFromIncognitoToRegular()
150 Tab tab2 = regularActivity.launchUrl( in testBrowsingHistoryDoNotLeakFromIncognitoToRegular()
172 Tab tab1 = activity1.launchUrl( in testTabNavigationHistoryDoNotLeakBetweenActivities()
179 Tab tab2 = activity2.launchUrl( in testTabNavigationHistoryDoNotLeakBetweenActivities()
H A DIncognitoDownloadLeakageTest.java219 Tab incognitoTab = incognitoActivity.launchUrl( in testIncognitoDowloadEntriesNotVisibleInRegular()
237 regularActivity.launchUrl( in testIncognitoDowloadEntriesNotVisibleInRegular()
265 Tab incognitoTab1 = incognitoActivity1.launchUrl( in testIncognitoDowloadEntriesNotVisibleInAnotherIncognito()
283 incognitoActivity2.launchUrl( in testIncognitoDowloadEntriesNotVisibleInAnotherIncognito()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/webapps/
H A DWebApkExtras.java90 public String launchUrl; field in WebApkExtras.ShortcutItem
95 public ShortcutItem(String name, String shortName, String launchUrl, String iconUrl, in ShortcutItem() argument
99 this.launchUrl = launchUrl; in ShortcutItem()
H A DWebApkUpdateManager.java324 oldShortcuts.get(i).launchUrl, fetchedShortcuts.get(i).launchUrl) in shortcutsDiffer()
427 shortcuts[j] = new String[] {shortcut.name, shortcut.shortName, shortcut.launchUrl, in storeWebApkUpdateRequestToFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/tabmodel/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabCreator.java61 public abstract Tab launchUrl(String url, @TabLaunchType int type); in launchUrl() method in TabCreator
93 launchUrl(UrlConstants.NTP_URL, TabLaunchType.FROM_CHROME_UI); in launchNTP()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/content_index/
H A Dcontent_description_type_converter_test.cc43 cd1.launchUrl() == cd2.launchUrl(); in operator ==()
H A Dcontent_description.idl21 required USVString launchUrl;
H A Dcontent_index.cc41 if (description.launchUrl().IsEmpty()) in ValidateDescription()
54 registration->GetExecutionContext()->CompleteURL(description.launchUrl()); in ValidateDescription()
/dports/games/gigalomania/gigalomaniasrc/android/Gigalomania/src/net/sourceforge/gigalomania/
H A DGigalomania.java14 public void launchUrl(String url) { in launchUrl() method in Gigalomania
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/qml/
H A DNewVersionNotification.qml20 _launcher.launchUrl(_updates.updateUri);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DChromeTabCreator.java273 public Tab launchUrl(String url, @TabLaunchType int type) { in launchUrl() method in ChromeTabCreator
274 return launchUrl(url, type, null, 0); in launchUrl()
288 public Tab launchUrl(String url, @TabLaunchType int type, Intent intent, long intentTimestamp) { in launchUrl() method in ChromeTabCreator
370 Tab tab = launchUrl(url, TabLaunchType.FROM_EXTERNAL_APP, intent, intentTimestamp); in launchUrlFromExternalApp()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkaboutapplicationcomponentlistdelegate_p.cpp62 …t(mainLinks, &QToolBar::actionTriggered, this, &KAboutApplicationComponentListDelegate::launchUrl); in createItemWidgets()
123 void KAboutApplicationComponentListDelegate::launchUrl(QAction *action) const in launchUrl() function in KDEPrivate::KAboutApplicationComponentListDelegate
H A Dkaboutapplicationcomponentlistdelegate_p.h36 void launchUrl(QAction *action) const;
H A Dkaboutapplicationpersonlistdelegate_p.h36 void launchUrl(QAction *action) const;
H A Dkaboutapplicationpersonlistdelegate_p.cpp68 …nect(mainLinks, &QToolBar::actionTriggered, this, &KAboutApplicationPersonListDelegate::launchUrl); in createItemWidgets()
170 void KAboutApplicationPersonListDelegate::launchUrl(QAction *action) const in launchUrl() function in KDEPrivate::KAboutApplicationPersonListDelegate
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/aboutdialog/
H A DOcsPersonItem.h66 void launchUrl( QAction *action );
H A DOcsPersonItem.cpp109 connect( m_iconsBar, &KToolBar::actionTriggered, this, &OcsPersonItem::launchUrl ); in init()
110 connect( m_snBar, &KToolBar::actionTriggered, this, &OcsPersonItem::launchUrl ); in init()
124 OcsPersonItem::launchUrl( QAction *action ) //SLOT in launchUrl() function in OcsPersonItem
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/android/javatests/src/org/chromium/chrome/test/batch/
H A DBlankCTATabInitialStateRule.java87 sActivity.getTabCreator(false).launchUrl("about:blank", TabLaunchType.FROM_CHROME_UI);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/incognito/interstitial/
H A DIncognitoInterstitialDelegate.java74 mIncognitoTabCreator.launchUrl( in openCurrentUrlInIncognitoTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/browsing_data/
H A DClearBrowsingDataFragmentBasic.java43 .launchUrl(UrlConstants.MY_ACTIVITY_URL_IN_CBD, TabLaunchType.FROM_CHROME_UI); in onCreate()

123