HomeSort by relevance Sort by last modified time
    Searched defs:tab (Results 26 - 50 of 374) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_browsertest.cc 93 // Opens a link in a new tab via a "real" context menu.
110 content::WebContents* tab = local
112 gfx::Rect offset = tab->GetContainerBounds();
116 tab->GetRenderViewHost()->ForwardMouseEvent(mouse_event);
118 tab->GetRenderViewHost()->ForwardMouseEvent(mouse_event);
120 // The menu_observer will select "Open in new tab", wait for the new tab to
123 tab = tab_observer.GetTab();
124 content::WaitForLoadStop(tab);
126 // Verify that it's the correct tab
159 content::WebContents* tab = tab_observer.GetTab(); local
211 content::WebContents* tab = tab_observer.GetTab(); local
252 content::WebContents* tab = local
275 content::WebContents* tab = tab_observer.GetTab(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
synced_session.cc 60 bool ShouldSyncSessionTab(const SessionTab& tab) {
61 if (tab.navigations.empty())
64 for (size_t i = 0; i < tab.navigations.size(); ++i) {
65 const GURL& virtual_url = tab.navigations.at(i).virtual_url();
81 const SessionTab* tab = *i; local
82 if (ShouldSyncSessionTab(*tab))
synced_window_delegate_android.cc 75 const SyncedTabDelegate* tab) const {
80 // After a restart, it is possible for the Tab to be null during startup.
81 TabAndroid* tab = tab_model_->GetTabAt(index); local
82 return tab ? tab->GetSyncedTabDelegate() : NULL;
86 SyncedTabDelegate* tab = GetTabAt(index); local
87 return tab ? tab->GetSessionId() : -1;
  /external/chromium_org/chrome/browser/sync/sessions/
notification_service_sessions_router.cc 87 SyncedTabDelegate* tab = local
89 if (!tab || tab->profile() != profile_)
92 handler_->OnLocalTabModified(tab);
93 if (!sessions_util::ShouldSyncTab(*tab))
101 SyncedTabDelegate* tab = SyncedTabDelegate::ImplFromWebContents( local
104 if (!tab || tab->profile() != profile_)
107 handler_->OnLocalTabModified(tab);
108 if (!sessions_util::ShouldSyncTab(*tab))
120 SyncedTabDelegate* tab = SyncedTabDelegate::ImplFromWebContents( local
143 SyncedTabDelegate* tab = local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.cc 39 TabAndroid* tab = TabAndroid::FromWebContents(params->source_contents); local
42 DCHECK(tab);
43 tab->HandlePopupNavigation(params);
  /external/chromium_org/chrome/browser/ui/webui/
welcome_ui_android.cc 58 TabAndroid* tab = TabAndroid::FromWebContents(web_ui->GetWebContents()); local
59 bool tos_visible = tab && tab->ShouldWelcomePageLinkToTermsOfService();
metrics_handler.cc 87 WebContents* tab = web_ui()->GetWebContents(); local
89 // Not all new tab pages get timed. In those cases, we don't have a
91 CoreTabHelper* core_tab_helper = CoreTabHelper::FromWebContents(tab);
100 if (event_name == "Tab.NewTabScriptStart") {
101 UMA_HISTOGRAM_TIMES("Tab.NewTabScriptStart", duration);
102 } else if (event_name == "Tab.NewTabDOMContentLoaded") {
103 UMA_HISTOGRAM_TIMES("Tab.NewTabDOMContentLoaded", duration);
104 } else if (event_name == "Tab.NewTabOnload") {
105 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload", duration);
106 // The new tab page has finished loading; reset it
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tab_list_backend.py 7 from telemetry.core import tab namespace
13 """A dynamic sequence of tab.Tabs in UI order."""
17 backend_wrapper=tab.Tab)
27 # TODO(dtu): crbug.com/160946, allow closing the last tab on some platforms.
28 # For now, just create a new tab before closing the last tab.
36 raise Exception('Unable to close tab, tab id not found: %s' % tab_id)
49 raise Exception('Unable to activate tab, tab id not found: %s' % tab_id
    [all...]
  /external/e2fsprogs/lib/et/
com_right.c 75 struct error_table tab; member in struct:foobar
92 struct error_table *tab; local
102 et->table = tab = &f->tab;
103 tab->msgs = messages;
104 tab->n_msgs = num_errors;
105 tab->base = base;
  /external/opencv/cv/src/
cvadapthresh.cpp 55 uchar tab[768]; local
81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0);
84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0);
93 d[j] = tab[s[j] - m[j] + 255];
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 38 static struct func_entry_t const tab[] = { local
51 static size_t const tab_size = sizeof(tab) / sizeof(struct func_entry_t);
59 if (name_len == tab[i].name_len && strcmp(name, tab[i].name) == 0) {
60 return tab[i].addr;
  /packages/apps/Browser/src/com/android/browser/
Preloader.java 100 PreloadedTabControl tab = s.getTabControl(); local
102 tab.loadUrlIfChanged(url, headers);
103 tab.setQuery(searchBoxQuery);
105 tab.loadUrl(url, headers);
113 PreloadedTabControl tab = s.getTabControl(); local
114 tab.searchBoxCancel();
131 * Return a preloaded tab, and remove it from the preloader. This is used when the
154 new Tab(new PreloadController(mContext), mFactory.createWebView(false)));
172 Tab t = mTabControl.getTab();
PieControl.java 118 Tab tab = mUiController.getCurrentTab(); local
119 if (tab != null) {
120 mForward.setEnabled(tab.canGoForward());
204 Tab tab = mUiController.getTabControl().getCurrentTab(); local
205 WebView web = tab.getWebView();
207 tab.goBack();
209 tab.goForward();
211 if (tab.inPageLoad())
318 final Tab tab = mTabs.get(position); local
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/
ContextMenuTest.java 18 import org.chromium.chrome.browser.Tab;
47 Tab tab = getActivity().getActiveTab(); local
48 ContextMenuUtils.selectContextMenuItem(this, tab, "testLink",
59 Tab tab = getActivity().getActiveTab(); local
60 ContextMenuUtils.selectContextMenuItem(this, tab, "testImageLink",
71 Tab tab = getActivity().getActiveTab(); local
72 ContextMenuUtils.selectContextMenuItem(this, tab, "testLink"
84 Tab tab = getActivity().getActiveTab(); local
114 final Tab tab = getActivity().getActiveTab(); local
146 final Tab tab = getActivity().getActiveTab(); local
175 Tab tab = getActivity().getActiveTab(); local
196 Tab tab = getActivity().getActiveTab(); local
    [all...]
  /external/chromium_org/chrome/browser/android/webapps/
single_tab_mode_tab_helper.cc 97 TabAndroid* tab = TabAndroid::FromWebContents(web_contents()); local
98 if (!tab)
103 tab->HandlePopupNavigation(&nav_params);
  /external/chromium_org/chrome/browser/apps/
app_url_redirector_browsertest.cc 29 // - navigates the current tab to the HTML page |lancher_page| (ditto);
39 // that it didn't, and that the navigation has opened in a new tab instead.
45 // - opens the page |xhr_opening_page| in the current tab;
48 // - waits until |xhr_opening_page| gets a response back and changes the tab's
73 // that it didn't, and that the navigation has opened in a new tab instead.
90 // - navigates the current tab to the HTML page |matching_target_page| with
161 content::WebContents* tab = local
163 content::TitleWatcher title_watcher(tab, success_title);
188 content::WebContents* tab = local
190 content::TitleWatcher title_watcher(tab, success_title)
294 content::WebContents* tab = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_browsertest.cc 36 content::WebContents* tab = local
41 tab,
50 tab,
97 content::WebContents* tab = local
99 content::WaitForLoadStop(tab);
101 ASSERT_TRUE(helper.ClickElement("text_id", tab));
105 ASSERT_TRUE(helper.ClickElement("password_id", tab));
122 content::WebContents* tab = local
127 tab,
135 ASSERT_TRUE(helper.ClickElement("text_id", tab));
154 content::WebContents* tab = local
183 content::WebContents* tab = local
209 content::WebContents* tab = local
241 content::WebContents* tab = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.h 40 content::WebContents* tab; member in struct:extensions::ContentAction::ApplyInfo
48 // Applies or reverts this ContentAction on a particular tab for a particular
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 116 // Don't update history if this web contents isn't associatd with a tab.
147 WebContents* tab = web_contents(); local
148 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
155 NavigationEntry* entry = tab->GetController().GetLastCommittedEntry();
157 hs->UpdateWithPageEndTime(tab, entry->GetPageID(), tab->GetURL(),
160 hs->ClearCachedDataForContextID(tab);
  /external/chromium_org/chrome/browser/ui/
singleton_tabs.cc 72 // Returns the index of an existing singleton tab in |params->browser| matching
88 // If there are several matches: prefer the active tab by starting there.
94 content::WebContents* tab = local
97 GURL tab_url = tab->GetURL();
123 params->target_contents = tab;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 96 // First switch to a new tab and back, to also test a scenario where we
105 content::WebContents* tab = local
107 content::TitleWatcher title_watcher(tab, expected_title);
116 HWND hwnd = tab->GetNativeView()->GetHost()->GetAcceleratedWidget();
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusOnlyTabWidget.java 59 View tab = null; local
65 tab = v;
72 super.onFocusChange(tab, true);
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusOnlyTabWidget.java 59 View tab = null; local
65 tab = v;
72 super.onFocusChange(tab, true);
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
TabManager.java 15 import org.chromium.chrome.browser.Tab;
54 * Initialize the components required for Tab creation.
79 * @param startupUrl The URL that the first tab should navigate to.
114 ChromeShellTab tab = new ChromeShellTab(getContext(), url, mWindow, client); local
115 setCurrentTab(tab);
122 private void setCurrentTab(ChromeShellTab tab) {
128 mCurrentTab = tab;
129 mCurrentView = tab.getView();
133 public void onContentChanged(Tab tab) {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 40 private static final String TAB = " ";
58 String tab = indent + TAB; local
82 buf.append(tab);
88 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
92 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
98 String tab = indent + TAB; local
124 buf.append(tab);
130 _dumpAsString(tab, verbose, o.getObject(), buf)
136 String tab = indent + TAB; local
266 String tab = indent + TAB; local
    [all...]

Completed in 4012 milliseconds

12 3 4 5 6 7 8 91011>>