/external/chromium/chrome/browser/automation/ |
automation_provider.cc | 211 void AutomationProvider::AddLoginHandler(NavigationController* tab, 213 login_handler_map_[tab] = handler; 216 void AutomationProvider::RemoveLoginHandler(NavigationController* tab) { 217 DCHECK(login_handler_map_[tab]); 218 login_handler_map_.erase(tab); 590 int handle, NavigationController** tab) { 593 if (tab) 594 *tab = nav_controller; 600 // Gets the current used encoding name of the page in the specified tab. 612 // Activate the tab and then click the encoding menu 678 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 714 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 747 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 961 NavigationController* tab = NULL; local [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_launcher_item_controller.cc | 77 // In testing scenarios we can get tab strips with no active contents. 201 // Update immediately on a tab change. 276 void BrowserLauncherItemController::UpdateLauncher(content::WebContents* tab) { 283 if (!tab) 294 FaviconTabHelper::FromWebContents(tab); 306 void BrowserLauncherItemController::UpdateAppState(content::WebContents* tab) { 310 tab_model_->GetIndexOfWebContents(tab) == TabStripModel::kNoTab) { 312 } else if (tab_model_->GetActiveWebContents() == tab) { 320 launcher_controller()->UpdateAppState(tab, app_state);
|
/external/chromium_org/chrome/browser/ui/views/ |
external_tab_container_win.h | 52 // This class serves as the container window for an external tab. 53 // An external tab is a Chrome tab that is meant to displayed in an 142 virtual void BeforeUnloadFired(content::WebContents* tab, 152 content::WebContents* tab, 154 virtual void EnumerateDirectory(content::WebContents* tab, 157 virtual void JSOutOfMemory(content::WebContents* tab); 158 virtual void RegisterProtocolHandler(content::WebContents* tab, 163 virtual void FindReply(content::WebContents* tab, 274 // to avoid confusing the clients of the external tab. This member variabl [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/ |
bg.js | 34 // Map of tab numbers to notes on a scale. 79 // chrome.windows.onRemoved - can't suppress the tab removed that comes first 264 function tabNavigated(tabId, changeInfo, tab) { 269 //console.log(JSON.stringify(changeInfo) + JSON.stringify(tab)); 277 console.log(JSON.stringify(tab)); 283 match = re.exec(tab.url); 328 var url = tab.url; 331 url = tab.url.substring(0, query); 333 console.log(tab.url); 351 chrome.tabs.get(tabId, function(tab) { [all...] |
/packages/apps/Browser/src/com/android/browser/ |
TitleBar.java | 244 Tab tab = mBaseUi.getActiveTab(); local 245 WebView webview = tab != null ? tab.getWebView() : null; 296 public void updateAutoLogin(Tab tab, boolean animate) { 298 if (tab.getDeviceAccountLogin() == null) { 303 mAutoLogin.updateAutoLogin(tab, animate); 365 Tab t = mBaseUi.getActiveTab(); 404 public void onTabDataChanged(Tab tab) [all...] |
/external/opencv/cxcore/src/ |
cxconvert.cpp | 367 name( CvBigFuncTable* tab ) \ 369 tab->fn_2d[CV_8UC2] = (void*)icvCopy##_8u_##FROM##2##TO##2R; \ 370 tab->fn_2d[CV_8UC3] = (void*)icvCopy##_8u_##FROM##3##TO##3R; \ 371 tab->fn_2d[CV_8UC4] = (void*)icvCopy##_8u_##FROM##4##TO##4R; \ 373 tab->fn_2d[CV_8SC2] = (void*)icvCopy##_8u_##FROM##2##TO##2R; \ 374 tab->fn_2d[CV_8SC3] = (void*)icvCopy##_8u_##FROM##3##TO##3R; \ 375 tab->fn_2d[CV_8SC4] = (void*)icvCopy##_8u_##FROM##4##TO##4R; \ 377 tab->fn_2d[CV_16UC2] = (void*)icvCopy##_16s_##FROM##2##TO##2R; \ 378 tab->fn_2d[CV_16UC3] = (void*)icvCopy##_16s_##FROM##3##TO##3R; \ 379 tab->fn_2d[CV_16UC4] = (void*)icvCopy##_16s_##FROM##4##TO##4R; [all...] |
/external/bison/build-aux/ |
depcomp | 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 108 tab=' ' 547 s/\(.*\)/'"$tab"'\1 \\/p 551 s/.*/'"$tab"'/ 606 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" 757 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" 758 echo "$tab" >> "$depfile"
|
/external/chromium_org/chrome/browser/chromeos/ |
boot_times_loader.cc | 45 RenderWidgetHost* GetRenderWidgetHost(NavigationController* tab) { 46 WebContents* web_contents = tab->GetWebContents(); 63 WebContents* tab = browser->tab_strip_model()->GetWebContentsAt(i); local 64 if (tab->GetRenderWidgetHostView() == rwhv) { 65 return tab->GetLastCommittedURL().spec(); 350 NavigationController* tab = local 352 RenderWidgetHost* rwh = GetRenderWidgetHost(tab); 359 NavigationController* tab = local 361 RenderWidgetHost* rwh = GetRenderWidgetHost(tab);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_host.cc | 115 // Don't run the phishing classifier if the tab is incognito. 249 WebContents* tab) { 250 return new ClientSideDetectionHost(tab); 253 ClientSideDetectionHost::ClientSideDetectionHost(WebContents* tab) 254 : content::WebContentsObserver(tab), 260 DCHECK(tab); 263 feature_extractor_.reset(new BrowserFeatureExtractor(tab, csd_service_)); 265 content::Source<WebContents>(tab)); 364 void ClientSideDetectionHost::WebContentsDestroyed(WebContents* tab) { 365 DCHECK(tab); [all...] |
/frameworks/base/services/java/com/android/server/print/ |
UserState.java | 579 String tab = " "; local 581 pw.append(prefix).append(tab).append("installed services:").println(); 585 String installedServicePrefix = prefix + tab + tab; 591 pw.append(installedServicePrefix).append(tab).append("componentName=") 593 pw.append(installedServicePrefix).append(tab).append("settingsActivity=") 595 pw.append(installedServicePrefix).append(tab).append("addPrintersActivity=") 599 pw.append(prefix).append(tab).append("enabled services:").println(); 601 String enabledServicePrefix = prefix + tab + tab; 1240 String tab = " "; local 1613 String tab = " "; local [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 72 // up with an extra tab. 103 // The browser should only have one tab. 142 // there is no guarantee that the SessionID for the tab has remained the same. 143 std::vector<TabRestoreService::Tab>::const_iterator it = window->tabs.begin(); 145 const TabRestoreService::Tab& tab = *it; local 146 // If this tab held url2, then restore this single tab. 147 if (tab.navigations[0].virtual_url() == url2) { 148 service->RestoreEntryById(NULL, tab.id, false) 178 const TabRestoreService::Tab* tab = local [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
detokenize.c | 140 const uint8_t* tab; local 145 for (tab = kCat3456[cat]; *tab; ++tab) 147 v += v + VP8GetBit(br, *tab);
|
/frameworks/rs/cpu_ref/linkloader/ |
main.cpp | 114 static func_entry_t const tab[] = { local 127 static size_t const tab_size = sizeof(tab) / sizeof(func_entry_t); 134 if (name_len == tab[i].name_len && strcmp(name, tab[i].name) == 0) { 135 return tab[i].addr;
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogActivity.java | 22 import android.app.ActionBar.Tab; 81 public void onTabUnselected(Tab tab, FragmentTransaction ft) { 85 public void onTabSelected(Tab tab, FragmentTransaction ft) { 86 if (mViewPager != null && mViewPager.getCurrentItem() != tab.getPosition()) { 87 mViewPager.setCurrentItem(tab.getPosition(), true); 92 public void onTabReselected(Tab tab, FragmentTransaction ft) { 125 final Tab allTab = actionBar.newTab() [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
Test4DetailFragment.java | 85 // tab. We can also use ActionBar.Tab#select() to do this if we have a 86 // reference to the Tab. 94 // For each of the sections in the app, add a tab to the action bar. 96 // Create a tab with text corresponding to the page title defined by 98 // the TabListener interface, as the listener for when this tab is 107 public void onTabUnselected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) { 111 public void onTabSelected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarDisplayOptions.java | 21 import android.app.ActionBar.Tab; 58 bar.addTab(bar.newTab().setText("Tab 1").setTabListener(this)); 59 bar.addTab(bar.newTab().setText("Tab 2").setTabListener(this)); 60 bar.addTab(bar.newTab().setText("Tab 3").setTabListener(this)); 134 public void onTabSelected(Tab tab, FragmentTransaction ft) { 137 public void onTabUnselected(Tab tab, FragmentTransaction ft) { 140 public void onTabReselected(Tab tab, FragmentTransaction ft) [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarDisplayOptions.java | 21 import android.support.v7.app.ActionBar.Tab; 59 bar.addTab(bar.newTab().setText("Tab 1").setTabListener(this)); 60 bar.addTab(bar.newTab().setText("Tab 2").setTabListener(this)); 61 bar.addTab(bar.newTab().setText("Tab 3").setTabListener(this)); 134 public void onTabSelected(Tab tab, FragmentTransaction ft) { 138 public void onTabUnselected(Tab tab, FragmentTransaction ft) { 142 public void onTabReselected(Tab tab, FragmentTransaction ft) [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_util.cc | 214 Browser* GetBrowserForTab(WebContents* tab) { 220 if (browser->tab_strip_model()->GetWebContentsAt(tab_index) == tab) 479 AutomationId GetIdForTab(const WebContents* tab) { 481 SessionTabHelper::FromWebContents(tab); 519 bool GetTabForId(const AutomationId& id, WebContents** tab) { 538 *tab = web_contents; 552 *tab = print_preview_contents; 593 WebContents* tab; local 594 if (!GetTabForId(id, &tab)) 596 *rvh = tab->GetRenderViewHost() 630 WebContents* tab; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api.h | 32 // Tab contents observer that forwards navigation events to the event router. 103 virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE; 187 void TabAdded(content::WebContents* tab); 189 // Handler for NOTIFICATION_WEB_CONTENTS_DESTROYED. If |tab| is in 191 void TabDestroyed(content::WebContents* tab); 213 // API function that returns the states of all frames in a given tab.
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.h | 33 // dragging occurs. |source_tab| is the tab that is under the mouse pointer 34 // when dragging starts, it also becomes the active tab if not active 41 // controller's associated source Tab and TabStrip. |mouse_offset| is the 42 // distance of the mouse pointer from the Tab's origin. 53 // begun. Returns whether the tab has been destroyed. 56 // Retrieve the tab that corresponds to |contents| if it is being dragged by 57 // this controller, or NULL if |contents| does not correspond to any tab 61 // Returns true if |tab| matches any tab being dragged. 62 bool IsDraggingTab(const TabGtk* tab); [all...] |
/external/chromium_org/chrome/test/reliability/ |
automated_ui_test_base.cc | 121 // Get the most recently opened browser window and activate the tab 144 scoped_refptr<TabProxy> tab(GetActiveTab()); 145 if (tab.get() == NULL) { 149 AutomationMsg_NavigationResponseValues result = tab->NavigateToURL(url); 159 // Apply accelerator and wait for a new tab to open, if either
|
/frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/ |
Test4DetailFragment.java | 85 // tab. We can also use ActionBar.Tab#select() to do this if we have a 86 // reference to the Tab. 94 // For each of the sections in the app, add a tab to the action bar. 96 // Create a tab with text corresponding to the page title defined by 98 // the TabListener interface, as the listener for when this tab is 107 public void onTabUnselected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) { 111 public void onTabSelected(ActionBar.Tab tab, FragmentTransaction fragmentTransaction) [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
tran.c | 153 ap->tab = tp; 169 for (cp = tp->tab[i]; cp != NULL; cp = temp) { 177 tp->tab[i] = 0; 181 free(tp->tab); 193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) 196 tp->tab[h] = p->cnext; 231 p->cnext = tp->tab[h]; 232 tp->tab[h] = p; 257 for (cp = tp->tab[i]; cp; cp = op) { 264 free(tp->tab); [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 20 import android.app.ActionBar.Tab; 72 public static final String SELECT_TAB_INTENT_EXTRA = "deskclock.select.tab"; 75 private Tab mAlarmTab; 76 private Tab mClockTab; 77 private Tab mTimerTab; 78 private Tab mStopwatchTab; 107 int tab = newIntent.getIntExtra(SELECT_TAB_INTENT_EXTRA, -1); local 108 if (tab != -1) { 110 mActionBar.setSelectedNavigationItem(tab); 172 int tab = i.getIntExtra(SELECT_TAB_INTENT_EXTRA, -1) local [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 37 explicit ContextMenuController(TabGtk* tab) 38 : tab_(tab), 39 model_(this, tab->delegate()->IsTabPinned(tab)) { 97 // The Tab the context menu was brought up for. Set to NULL when the menu 109 explicit TabGtkObserverHelper(TabGtk* tab) 110 : tab_(tab) { 177 // able to drag foreground tabs, so we don't start dragging the tab if 213 // Middle mouse up means close the tab, but only if the mouse is over it 221 // some state before closing the tab to avoid a crash. Once the drag ha [all...] |