Home
last modified time | relevance | path

Searched refs:tab_impl (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/
H A Dbrowser_impl.cc193 tab_impl->WebPreferencesChanged(); in WebPreferencesChanged()
241 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in AddTab() local
243 if (tab_impl->browser()) in AddTab()
244 owned_tab = tab_impl->browser()->RemoveTab(tab_impl); in AddTab()
246 owned_tab.reset(tab_impl); in AddTab()
364 DCHECK(!tab_impl->browser()); in AddTab()
366 tab_impl->set_browser(this); in AddTab()
372 obs.OnTabAdded(tab_impl); in AddTab()
373 return tab_impl; in AddTab()
377 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in RemoveTab() local
[all …]
H A Ddownload_browsertest.cc51 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in SetUpOnMainThread() local
53 tab_impl->profile()->SetDownloadDelegate(this); in SetUpOnMainThread()
55 auto* browser_context = tab_impl->web_contents()->GetBrowserContext(); in SetUpOnMainThread()
239 TabImpl* tab_impl = static_cast<TabImpl*>(shell()->tab()); in IN_PROC_BROWSER_TEST_F() local
240 auto* browser_context = tab_impl->web_contents()->GetBrowserContext(); in IN_PROC_BROWSER_TEST_F()
H A Dtab_impl.cc581 TabImpl* tab_impl = reinterpret_cast<TabImpl*>(tab); in JNI_TabImpl_DeleteTab() local
582 DCHECK(tab_impl); in JNI_TabImpl_DeleteTab()
585 DCHECK(!tab_impl->browser()); in JNI_TabImpl_DeleteTab()
586 delete tab_impl; in JNI_TabImpl_DeleteTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/test/
H A Dweblayer_browser_test_utils.cc78 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in ExecuteScriptWithUserGesture() local
79 tab_impl->ExecuteScriptWithUserGestureForTests(base::ASCIIToUTF16(script)); in ExecuteScriptWithUserGesture()
83 TabImpl* tab_impl = static_cast<TabImpl*>(shell->tab()); in GetTitle() local
85 return tab_impl->web_contents()->GetTitle(); in GetTitle()
92 TabImpl* tab_impl = static_cast<TabImpl*>(shell->tab()); in InitializeAutofillWithEventForwarding() local
94 tab_impl->InitializeAutofillForTests( in InitializeAutofillWithEventForwarding()
H A Dinterstitial_utils.cc23 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in GetCurrentlyShowingInterstitial() local
27 tab_impl->web_contents()); in GetCurrentlyShowingInterstitial()
H A Dweblayer_browser_test.cc47 auto* tab_impl = static_cast<TabImpl*>(shell_->tab()); in PreRunTestOnMainThread() local
48 auto* browser_context = tab_impl->web_contents()->GetBrowserContext(); in PreRunTestOnMainThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/
H A Dbrowser_impl.cc192 TabImpl* tab_impl = static_cast<TabImpl*>(tab.get()); in WebPreferencesChanged() local
193 tab_impl->WebPreferencesChanged(); in WebPreferencesChanged()
223 TabImpl* tab_impl = static_cast<TabImpl*>(tab.get()); in AddTab() local
224 DCHECK(!tab_impl->browser()); in AddTab()
226 tab_impl->set_browser(this); in AddTab()
229 tab_impl->GetJavaTab()); in AddTab()
232 obs.OnTabAdded(tab_impl); in AddTab()
233 return tab_impl; in AddTab()
237 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in RemoveTab() local
238 DCHECK_EQ(this, tab_impl->browser()); in RemoveTab()
[all …]
H A Ddownload_browsertest.cc50 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in SetUpOnMainThread() local
52 tab_impl->profile()->SetDownloadDelegate(this); in SetUpOnMainThread()
54 auto* browser_context = tab_impl->web_contents()->GetBrowserContext(); in SetUpOnMainThread()
237 TabImpl* tab_impl = static_cast<TabImpl*>(shell()->tab()); in IN_PROC_BROWSER_TEST_F() local
238 auto* browser_context = tab_impl->web_contents()->GetBrowserContext(); in IN_PROC_BROWSER_TEST_F()
H A Dtab_impl.cc355 TabImpl* tab_impl = reinterpret_cast<TabImpl*>(tab); in JNI_TabImpl_DeleteTab() local
356 DCHECK(tab_impl); in JNI_TabImpl_DeleteTab()
357 if (tab_impl->browser()) in JNI_TabImpl_DeleteTab()
358 owned_tab = tab_impl->browser()->RemoveTab(tab_impl); in JNI_TabImpl_DeleteTab()
360 owned_tab.reset(tab_impl); in JNI_TabImpl_DeleteTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/persistence/
H A Dbrowser_persister.cc108 auto* tab_impl = static_cast<TabImpl*>(tab); in OnTabAdded() local
109 data_observer_.Add(tab_impl); in OnTabAdded()
110 content::WebContents* web_contents = tab_impl->web_contents(); in OnTabAdded()
134 auto* tab_impl = static_cast<TabImpl*>(tab); in OnTabRemoved() local
135 data_observer_.Remove(tab_impl); in OnTabRemoved()
138 content::WebContents* web_contents = tab_impl->web_contents(); in OnTabRemoved()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/test/
H A Dtest_weblayer_impl.cc41 jlong tab_impl, in JNI_TestWebLayerImpl_WaitForBrowserControlsMetadataState() argument
45 TabImpl* tab = reinterpret_cast<TabImpl*>(tab_impl); in JNI_TestWebLayerImpl_WaitForBrowserControlsMetadataState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/url_bar/
H A Dpage_info_browsertest.cc22 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in GetWebContents() local
23 return tab_impl->web_contents(); in GetWebContents()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/safe_browsing/
H A Dsafe_browsing_browsertest.cc122 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in GetWebContents() local
123 return tab_impl->web_contents(); in GetWebContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/no_state_prefetch/
H A Dno_state_prefetch_browsertest.cc101 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in GetBrowserContext() local
102 return tab_impl->web_contents()->GetBrowserContext(); in GetBrowserContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/safe_browsing/
H A Dsafe_browsing_browsertest.cc179 TabImpl* tab_impl = static_cast<TabImpl*>(tab); in GetWebContents() local
180 return tab_impl->web_contents(); in GetWebContents()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/
H A DBUILD.gn161 "browser/tab_impl.cc",
162 "browser/tab_impl.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/
H A DBUILD.gn264 "browser/tab_impl.cc",
265 "browser/tab_impl.h",
/dports/devel/elixir-combine/combine-0.10.0/lib/combine/parsers/
H A Dtext.ex235 …defp tab_impl(%ParserState{status: :ok, line: line, column: col, input: <<c::utf8,_::binary>>} = s… function
238 defp tab_impl(%ParserState{status: :ok, input: <<>>} = state) do function