/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | TabObserver.java | 20 void onDestroyed(Tab tab); in onDestroyed() 26 void onContentChanged(Tab tab); in onContentChanged() 39 void onLoadUrl(Tab tab, String url, int loadType); in onLoadUrl() 45 void onFaviconUpdated(Tab tab); in onFaviconUpdated() 51 void onTitleUpdated(Tab tab); in onTitleUpdated() 57 void onUrlUpdated(Tab tab); in onUrlUpdated() 63 void onSSLStateUpdated(Tab tab); in onSSLStateUpdated() 72 void onWebContentsSwapped(Tab tab, boolean didStartLoad, boolean didFinishLoad); in onWebContentsSwapped() 79 void onContextMenuShown(Tab tab, ContextMenu menu); in onContextMenuShown() 92 void onLoadStarted(Tab tab); in onLoadStarted() [all …]
|
D | EmptyTabObserver.java | 15 public void onDestroyed(Tab tab) { } in onDestroyed() 18 public void onContentChanged(Tab tab) { } in onContentChanged() 21 public void onLoadUrl(Tab tab, String url, int loadType) { } in onLoadUrl() 24 public void onFaviconUpdated(Tab tab) { } in onFaviconUpdated() 27 public void onTitleUpdated(Tab tab) { } in onTitleUpdated() 30 public void onUrlUpdated(Tab tab) { } in onUrlUpdated() 33 public void onSSLStateUpdated(Tab tab) { } in onSSLStateUpdated() 36 public void onWebContentsSwapped(Tab tab, boolean didStartLoad, boolean didFinishLoad) { } in onWebContentsSwapped() 39 public void onContextMenuShown(Tab tab, ContextMenu menu) { } in onContextMenuShown() 45 public void onLoadStarted(Tab tab) { } in onLoadStarted() [all …]
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/ |
D | EmptyTabModelObserver.java | 17 public void didSelectTab(Tab tab, TabSelectionType type, int lastId) { in didSelectTab() 21 public void willCloseTab(Tab tab, boolean animate) { in willCloseTab() 25 public void didCloseTab(Tab tab) { in didCloseTab() 29 public void willAddTab(Tab tab, TabLaunchType type) { in willAddTab() 33 public void didAddTab(Tab tab, TabLaunchType type) { in didAddTab() 37 public void didMoveTab(Tab tab, int newIndex, int curIndex) { in didMoveTab() 41 public void tabPendingClosure(Tab tab) { in tabPendingClosure() 45 public void tabClosureUndone(Tab tab) { in tabClosureUndone() 49 public void tabClosureCommitted(Tab tab) { in tabClosureCommitted()
|
D | TabModelObserver.java | 24 void didSelectTab(Tab tab, TabSelectionType type, int lastId); in didSelectTab() 32 void willCloseTab(Tab tab, boolean animate); in willCloseTab() 39 void didCloseTab(Tab tab); in didCloseTab() 47 void willAddTab(Tab tab, TabLaunchType type); in willAddTab() 55 void didAddTab(Tab tab, TabLaunchType type); in didAddTab() 64 void didMoveTab(Tab tab, int newIndex, int curIndex); in didMoveTab() 72 void tabPendingClosure(Tab tab); in tabPendingClosure() 79 void tabClosureUndone(Tab tab); in tabClosureUndone() 86 void tabClosureCommitted(Tab tab); in tabClosureCommitted()
|
D | TabModelUtils.java | 23 Tab tab = model.getTabAt(index); in closeTabByIndex() local 45 Tab tab = TabModelUtils.getTabById(model, tabId); in closeTabById() local 56 Tab tab = TabModelUtils.getCurrentTab(model); in closeCurrentTab() local 73 Tab tab = model.getTabAt(i); in getTabIndexById() local 114 Tab tab = getCurrentTab(model); in getCurrentTabId() local 138 Tab tab = getCurrentTab(model); in getCurrentContentViewCore() local
|
/external/chromium_org/tools/perf/metrics/ |
D | speedindex.py | 31 def Start(self, _, tab): argument 42 def Stop(self, _, tab): argument 50 def AddResults(self, tab, results, chart_name=None): argument 58 def IsFinished(self, tab): argument 81 def Start(self, tab): argument 84 def Stop(self, tab): argument 87 def GetTimeCompletenessList(self, tab): argument 94 def CalculateSpeedIndex(self, tab): argument 128 def Start(self, tab): argument 137 def Stop(self, tab): argument [all …]
|
D | startup_metric.py | 24 def Start(self, page, tab): argument 27 def Stop(self, page, tab): argument 30 def _GetBrowserMainEntryTime(self, tab): argument 45 def _RecordTabLoadTimes(self, tab, browser_main_entry_time_ms, results): argument 92 def AddResults(self, tab, results): argument
|
D | media.py | 20 def __init__(self, tab): argument 28 def Start(self, page, tab): argument 34 def Stop(self, page, tab): argument 37 def AddResults(self, tab, results): argument
|
D | v8_object_stats.py | 195 def GetV8StatsTable(tab, counters): argument 215 def Start(self, page, tab): argument 219 def Stop(self, page, tab): argument 225 def AddResults(self, tab, results): argument
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_unittest.cc | 33 virtual void SelectTab(Tab* tab) OVERRIDE {} in SelectTab() 34 virtual void ExtendSelectionTo(Tab* tab) OVERRIDE {} in ExtendSelectionTo() 35 virtual void ToggleSelected(Tab* tab) OVERRIDE {} in ToggleSelected() 36 virtual void AddSelectionFromAnchorTo(Tab* tab) OVERRIDE {} in AddSelectionFromAnchorTo() 37 virtual void CloseTab(Tab* tab, CloseTabSource source) OVERRIDE {} in CloseTab() 38 virtual void ToggleTabAudioMute(Tab* tab) OVERRIDE {} in ToggleTabAudioMute() 39 virtual void ShowContextMenuForTab(Tab* tab, in ShowContextMenuForTab() 50 Tab* tab, in MaybeStartDrag() 56 virtual Tab* GetTabAt(Tab* tab, in GetTabAt() 62 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE { in ShouldPaintTab() [all …]
|
D | tab_strip.cc | 143 Tab* tab() { return tab_; } in tab() function in __anonb192f92a0111::TabAnimationDelegate 152 TabAnimationDelegate::TabAnimationDelegate(TabStrip* tab_strip, Tab* tab) in TabAnimationDelegate() 180 Tab* tab) in ResetDraggingStateDelegate() 487 Tab* tab) in RemoveTabDelegate() 625 Tab* tab = CreateTab(); in AddTabAt() local 683 Tab* tab = tab_at(model_index); in RemoveTabAt() local 704 Tab* tab = tab_at(model_index); in SetTabData() local 857 Tab* tab = tab_at(model_index); in TabTitleChangedNotLoading() local 880 Tab* tab = tab_at(i); in IsActiveDropTarget() local 968 void TabStrip::SelectTab(Tab* tab) { in SelectTab() [all …]
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ |
D | ContextMenuTest.java | 47 Tab tab = getActivity().getActiveTab(); in testCopyLinkURL() local 59 Tab tab = getActivity().getActiveTab(); in testCopyImageLinkCopiesLinkURL() local 71 Tab tab = getActivity().getActiveTab(); in testCopyLinkTextSimple() local 84 Tab tab = getActivity().getActiveTab(); in testCopyLinkTextComplex() local 114 final Tab tab = getActivity().getActiveTab(); in testLongPressOnImage() local 146 final Tab tab = getActivity().getActiveTab(); in testLongPressOnImageLink() local 175 Tab tab = getActivity().getActiveTab(); in testDismissContextMenuOnBack() local 196 Tab tab = getActivity().getActiveTab(); in testDismissContextMenuOnClick() local
|
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
D | chrome_proxy_measurements.py | 21 def WillNavigateToPage(self, page, tab): argument 24 def ValidateAndMeasurePage(self, page, tab, results): argument 36 def WillNavigateToPage(self, page, tab): argument 40 def ValidateAndMeasurePage(self, page, tab, results): argument 62 def WillNavigateToPage(self, page, tab): argument 67 def ValidateAndMeasurePage(self, page, tab, results): argument 75 def AddResults(self, tab, results): argument 83 def RunNavigateSteps(self, page, tab): argument 101 def AddResults(self, tab, results): argument 111 def AddResults(self, tab, results): argument [all …]
|
D | chrome_proxy_metrics.py | 32 def GetProxyInfoFromNetworkInternals(tab, url='chrome://net-internals#proxy'): argument 113 def AddResults(self, tab, results): argument 116 def AddResultsForDataSaving(self, tab, results): argument 139 def AddResultsForHeaderValidation(self, tab, results): argument 160 def AddResultsForClientVersion(self, tab, results): argument 173 def IsProxyBypassed(self, tab): argument 230 def AddResultsForBypass(self, tab, results): argument 251 def AddResultsForBlockOnce(self, tab, results): argument 284 def AddResultsForSafebrowsing(self, tab, results): argument 306 self, tab, results, expected_proxies=None, expected_bad_proxies=None): argument
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
D | page_action.py | 20 def WillRunAction(self, tab): argument 25 def RunAction(self, tab): argument 28 def CleanUp(self, tab): argument 32 tab, callback_js, selector=None, text=None, element_function=None, argument 115 def GetGestureSourceTypeFromOptions(tab): argument 120 def IsGestureSourceTypeSupported(tab, gesture_source_type): argument
|
D | media_action.py | 15 def WillRunAction(self, tab): argument 19 def RunAction(self, tab): argument 22 def LoadJS(self, tab, js_file_name): argument 28 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): argument 42 def HasEventCompletedOrError(self, tab, selector, event_name): argument
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
D | tabs_api_handler.js | 50 onCreated: function(tab) { argument 66 onRemoved: function(tab) { argument 81 chrome.tabs.get(activeInfo.tabId, function(tab) { argument 105 chrome.tabs.get(tabId, function(tab) { argument 129 chrome.tabs.getSelected(windowId, function(tab) { argument
|
/external/chromium_org/tools/perf/measurements/ |
D | thread_times.py | 21 def WillNavigateToPage(self, page, tab): argument 31 def WillRunActions(self, page, tab): argument 34 def DidRunActions(self, page, tab): argument 37 def ValidateAndMeasurePage(self, page, tab, results): argument 48 def CleanUpAfterPage(self, _, tab): argument
|
D | smoothness_controller.py | 38 def SetUp(self, page, tab): argument 52 def Start(self, tab): argument 58 def Stop(self, tab): argument 68 def AddResults(self, tab, results): argument 124 def CleanUp(self, tab): argument
|
D | smoothness.py | 26 def WillNavigateToPage(self, page, tab): argument 31 def WillRunActions(self, page, tab): argument 34 def DidRunActions(self, page, tab): argument 38 def ValidateAndMeasurePage(self, page, tab, results): argument 42 def CleanUpAfterPage(self, page, tab): argument
|
D | timeline_controller.py | 25 def SetUp(self, page, tab): argument 43 def Start(self, tab): argument 49 def Stop(self, tab): argument 82 def CleanUp(self, tab): argument
|
/external/chromium_org/chrome/browser/ssl/ |
D | chrome_ssl_host_state_delegate_test.cc | 60 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 136 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 178 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 213 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 239 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 271 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 310 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 350 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 391 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local 408 content::WebContents* tab = in IN_PROC_BROWSER_TEST_F() local [all …]
|
D | ssl_browser_tests.cc | 70 explicit ProvisionalLoadWaiter(WebContents* tab) in ProvisionalLoadWaiter() 160 void CheckSecurityState(WebContents* tab, in CheckSecurityState() 198 void CheckAuthenticatedState(WebContents* tab, in CheckAuthenticatedState() 206 void CheckUnauthenticatedState(WebContents* tab, in CheckUnauthenticatedState() 214 void CheckAuthenticationBrokenState(WebContents* tab, in CheckAuthenticationBrokenState() 226 void CheckWorkerLoadResult(WebContents* tab, bool expected_load) { in CheckWorkerLoadResult() 260 void ProceedThroughInterstitial(WebContents* tab) { in ProceedThroughInterstitial() 428 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); in IN_PROC_BROWSER_TEST_F() local 471 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); in IN_PROC_BROWSER_TEST_F() local 501 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); in IN_PROC_BROWSER_TEST_F() local [all …]
|
/external/chromium_org/chrome/browser/sync/sessions/ |
D | notification_service_sessions_router.cc | 87 SyncedTabDelegate* tab = in Observe() local 101 SyncedTabDelegate* tab = SyncedTabDelegate::ImplFromWebContents( in Observe() local 120 SyncedTabDelegate* tab = SyncedTabDelegate::ImplFromWebContents( in Observe() local 143 SyncedTabDelegate* tab = in OnNavigationBlocked() local
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/printing/ |
D | TabPrinter.java | 25 public TabPrinter(Tab tab) { in TabPrinter() 35 Tab tab = mTab.get(); in print() local 41 Tab tab = mTab.get(); in getTitle() local
|