/external/chromium/chrome/browser/instant/ |
instant_controller.h | 133 void CompleteRelease(TabContents* tab);
|
instant_loader.cc | 198 virtual void BeforeUnloadFired(TabContents* tab, 306 TabContents* tab = loader_->preview_contents()->tab_contents(); local 307 if (tab->profile()->IsOffTheRecord()) 311 tab->UpdateHistoryForNavigation(add_page_vector_[i].get()); 313 NavigationEntry* active_entry = tab->controller().GetActiveEntry(); 322 tab->UpdateHistoryPageTitle(*active_entry); 325 tab->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS); 490 TabContents* tab, [all...] |
instant_browsertest.cc | 97 TabContentsWrapper* tab = use_current ? local 99 ASSERT_TRUE(tab); 100 preview_ = tab->tab_contents(); 297 void WaitForMessageToBeProcessedByRenderer(TabContentsWrapper* tab) { 299 CheckBoolValueFromJavascript(true, "true", tab->tab_contents())); 544 // When the response comes back that the page doesn't support instant the tab 594 // When the response comes back that the page doesn't support instant the tab 641 // When instant sees the 403, it should close the tab. 647 // Try loading another url on the server. Instant shouldn't create a new tab [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore_uitest.cc | 147 // Tests that the SiteInstances used for entries in a restored tab's history 245 // Creates two tabs, closes one, quits and makes sure only one tab is restored. 295 scoped_refptr<TabProxy> tab(popup->GetTab(0)); 296 ASSERT_TRUE(tab.get()); 298 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, tab->NavigateToURL(url1_)); 305 tab = NULL; 308 // Restart and make sure we have only one window with one tab and the url 364 // Restore the session with 1 tab. 392 // Restart and make sure we have only one window with one tab and the url 402 // of processes running before the restore. This creates a new tab so tha [all...] |
/external/chromium/chrome/browser/ui/ |
browser_navigator.cc | 35 // as part of creating the tab. 42 // Don't use this logic when "--process-per-tab" is specified. 82 // Returns the index of an existing singleton tab in |params->browser| matching 97 // If there are several matches: prefer the active tab by starting there. 102 TabContentsWrapper* tab = local 113 if (CompareURLsWithReplacements(tab->tab_contents()->GetURL(), 115 CompareURLsWithReplacements(tab->tab_contents()->GetURL(), 117 params->target_contents = tab; 148 // Returns a Browser that can host the navigation or tab addition specified in 172 // See if we can open the tab in the window this navigator is bound to [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 100 // saved state from the tab (for tab switching). 101 void Update(const TabContents* tab, bool should_restore_state); 169 // tab contents state. 181 AutocompleteTextField* field_; // owned by tab controller
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
noderemovechild18.js | 112 assertEquals("noderemovechild18","This is an adjacent CDATASection with a reference to a tab &tab;",removedValue);
|
/ndk/sources/host-tools/nawk-20071023/ |
README | 41 mv y.tab.c ytab.c 42 mv y.tab.h ytab.h
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 67 Tab current = mTabControl.getCurrentTab(); 68 // When a tab is closed on exit, the current tab index is set to -1. 69 // Reset before proceed as Browser requires the current tab to be set. 71 // Try to reset the tab in case the index was incorrect. 112 Tab t = mController.openTab(urlData); 117 * 0) If this is a javascript: URI, *always* open a new tab 118 * 1) If the URL is already opened, switch to that tab 119 * 2-phone) Reuse tab with same appId 120 * 2-tablet) Open new tab 166 Tab tab = mController.openTab(urlData); local [all...] |
DownloadTouchIcon.java | 54 /* package */ Tab mTab; 61 public DownloadTouchIcon(Tab tab, Context ctx, ContentResolver cr, WebView view) { 62 mTab = tab;
|
/packages/apps/Browser/tests/src/com/android/browser/ |
PopularUrlsTest.java | 135 Tab tab = mController.getTabControl().getCurrentTab(); local 136 WebView webView = tab.getWebView(); 441 Tab tab = mController.getTabControl().getCurrentTab(); local 442 WebView webView = tab.getWebView();
|
/external/qemu/hw/ |
apic.c | 115 static inline void set_bit(uint32_t *tab, int index) 120 tab[i] |= mask; 123 static inline void reset_bit(uint32_t *tab, int index) 128 tab[i] &= ~mask; 131 static inline int get_bit(uint32_t *tab, int index) 136 return !!(tab[i] & mask); 323 static int get_highest_priority_int(uint32_t *tab) 327 if (tab[i] != 0) { 328 return i * 32 + fls_bit(tab[i]);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 340 // Hide all tabs (the current tab will later be reshown once a tab is selected) 355 final String FAVORITE_TAG = "tab-pager-favorite"; 356 final String ALL_TAG = "tab-pager-all"; 357 final String GROUPS_TAG = "tab-pager-groups"; 405 // Only favorites tab with two panes has a separate frequent fragment 509 // Current tab may have changed since the last onSaveInstanceState(). Make sure 510 // the actual contents match the tab. 670 int tab = mActionBarAdapter.getCurrentTab(); local 680 if (mTabPager.getCurrentItem() != tab) { [all...] |
/external/bison/ |
Makefile.am | 73 --strip-tab \
|
/external/chromium/chrome/browser/ |
aeropeek_manager.cc | 228 // Register a tab into the thumbnail list of Windows. 233 // These I/O tasks indirectly access the specified tab through the 259 // the browser window and add it to the end of its tab list. 278 // An application window to which we are going to register a tab window. 282 // A tab window. 288 // Whether or not we need to activate this tab by default. 315 // Calculate the size of the aeropeek thumbnail and resize the tab bitmap 378 LOG(ERROR) << "cannot set a tab thumbnail: " << result; 454 // Create a DIB for the user-perceived content area of the tab, copy the 455 // tab image into the DIB, and send it to Windows [all...] |
external_tab_container_win.h | 39 // This class serves as the container window for an external tab. 40 // An external tab is a Chrome tab that is meant to displayed in an 109 // hosts the given tab window. 169 virtual void BeforeUnloadFired(TabContents* tab, 237 // Top level navigations received for a tab while it is waiting for an ack 241 // send off an attach tab request to the host browser. Before the host 243 // new tab, which needs to be routed over the correct automation channel. 245 // attach tab request. 280 // to avoid confusing the clients of the external tab. This member variabl [all...] |
/external/chromium/chrome/browser/chromeos/offline/ |
offline_load_page.cc | 58 // There is a chance that the tab is closed after we decided to show 103 Profile* profile = tab()->profile(); 148 strings->SetString("title", tab()->GetTitle());
|
/external/hyphenation/ |
substrings.c | 23 char *tab[],
30 int v = strcmp(pat,tab[mid]);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
crypto-sha1.js | 188 var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; 198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
crypto-sha1.js | 188 var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; 198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
|
/external/chromium/chrome/browser/resources/ |
keyboard_overlay_data.js | 113 "key": "tab", 114 "label": "tab", 115 "notes": "tab", 598 "key": "tab", 599 "label": "tab", 600 "notes": "tab", 1092 "key": "tab", 1093 "label": "tab", 1094 "notes": "tab", [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 23 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 32 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 41 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 124 * @return {!string} ID created by combining the tab ID and frame ID (as the 156 * with a sourceUrl, and notes that it was opened in a new tab.
|
/external/opencv/cxcore/src/ |
cxcmp.cpp | 1202 uchar tab[256]; local [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_views.cc | 79 // Stores omnibox state for each tab. 283 void AutocompleteEditViewViews::SaveStateToTab(TabContents* tab) { 284 DCHECK(tab); 291 tab->property_bag(),
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 430 // navigate the current (calling) tab to this url which will result in a 490 // Login can currently only be invoked tab-modal. Since this is 491 // coming from the webstore, we should always have a tab, but check 493 TabContents* tab = dispatcher()->delegate()->associated_tab_contents(); local 494 if (!tab) 510 GetBrowserSignin(profile)->RequestSignin(tab,
|