/external/chromium/chrome/browser/automation/ |
automation_provider.h | 117 // Add or remove a non-owning reference to a tab's LoginHandler. This is for 123 void AddLoginHandler(NavigationController* tab, LoginHandler* handler); 124 void RemoveLoginHandler(NavigationController* tab); 144 // Adds the external tab passed in to the tab tracker. 158 // NavigationController and activate that tab. 162 // Convert a tab handle into a TabContents. If |tab| is non-NULL a pointer 163 // to the tab is also returned. Returns NULL in case of failure or if the tab [all...] |
testing_automation_provider.cc | 126 AutomationInterstitialPage(TabContents* tab, 129 : InterstitialPage(tab, true, url), 476 // Appending tab failed. Clean up and send failure response. 553 NavigationController* tab = tab_tracker_->GetResource(handle); local 555 // Simulate what a user would do. Activate the tab and then navigate. 556 // We could allow navigating in a background tab in future. 557 Browser* browser = FindAndActivateTab(tab); 560 new NavigationNotificationObserver(tab, this, reply_message, 588 NavigationController* tab = tab_tracker_->GetResource(handle); local 590 // Simulate what a user would do. Activate the tab and then navigate 606 NavigationController* tab = tab_tracker_->GetResource(handle); local 626 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 649 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 671 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 687 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 1026 NavigationController* tab = tab_tracker_->GetResource(handle); local 1041 NavigationController* tab = tab_tracker_->GetResource(handle); local 1052 NavigationController* tab = tab_tracker_->GetResource(handle); local 1246 NavigationController* tab = tab_tracker_->GetResource(handle); local 1339 NavigationController* tab = tab_tracker_->GetResource(tab_handle); local 1355 NavigationController* tab = tab_tracker_->GetResource(handle); local 1374 NavigationController* tab = tab_tracker_->GetResource(handle); local 1401 NavigationController* tab = tab_tracker_->GetResource(handle); local 1451 NavigationController* tab = NULL; local 1945 NavigationController* tab = tab_tracker_->GetResource(handle); local 1963 NavigationController* tab = tab_tracker_->GetResource(handle); local 2536 DictionaryValue* tab = new DictionaryValue; local 5058 TabContents* tab = browser->GetTabContentsAt(tab_index); local 5298 TabContents* tab = browser->GetTabContentsAt(i); local [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host.cc | 104 // Don't run the phishing classifier if the tab is incognito. 255 ClientSideDetectionHost::ClientSideDetectionHost(TabContents* tab) 256 : TabContentsObserver(tab), 259 DCHECK(tab);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepot.cc | 41 atomic_uintptr_t tab[kTabSize]; // Hash table of StackDesc's. member in struct:__sanitizer::__anon7115 148 atomic_uintptr_t *p = &depot.tab[h % kTabSize]; 190 atomic_uintptr_t *p = &depot.tab[idx];
|
/external/skia/legacy/src/xml/ |
SkXMLWriter.cpp | 198 static void tab(SkWStream& stream, int level) function 228 tab(fStream, fElems.count()); 249 tab(fStream, level);
|
/external/skia/src/xml/ |
SkXMLWriter.cpp | 198 static void tab(SkWStream& stream, int level) function 228 tab(fStream, fElems.count()); 249 tab(fStream, level);
|
/external/skia/tools/ |
skdiff_image.cpp | 277 // Posix says the format is: <filename><tab><date> 278 // It also states that if a filename contains <tab> or <newline> 281 // Svn diff --diff-cmd provides labels of the form: <filename><tab><revision> 291 // <filename><tab><date> 299 // If there is a <tab> after the first <non-white-space>, filename is 300 // [first <non-white-space>, the next run of <white-space> with an embedded <tab>). 314 const char* tab = strchr(baseLabelCstr, '\t'); local 315 if (NULL == tab) { 318 outputFile.set(baseLabelCstr, tab - baseLabelCstr);
|
/external/chromium/chrome/browser/ui/ |
browser.cc | 191 // turn it into a tab 522 TabContents* tab = NULL; local 531 tab = Browser::OpenApplicationWindow(profile, extension, container, 535 tab = Browser::OpenApplicationTab(profile, extension, existing_tab); 542 return tab; 601 TabContents* tab = OpenApplicationWindow( local 608 if (!tab) 620 return tab; 681 // set the app to open as a regular or pinned tab, what should happen? 682 // Today we open the tab, but stay in full screen mode. Should we leav 1321 TabContents* tab = GetOrCloneTabForDisposition(disposition); local 1601 TabContents* tab = GetSelectedTabContents(); local 4009 TabContents* tab = *(tabs_needing_before_unload_fired_.begin()); local 4026 TabContents* tab = *(tabs_needing_unload_fired_.begin()); local [all...] |
browser.h | 223 // Opens a new window with the default blank tab. 249 // returned tab. 267 // Open an application for |extension| in a new application tab, or 289 // Opens a window with the extensions tab in it - needed by long-lived 302 // Gets the Favicon of the page in the selected tab. 305 // Gets the title of the window based on the selected tab's title. 360 // Tab adding/showing functions ///////////////////////////////////////////// 362 // Returns true if the tab strip is editable (for extensions). 365 // Returns the index to insert a tab at during session restore and startup. 371 // Adds a selected tab with the specified URL and transition, returns th [all...] |
/external/opencv/cv/src/ |
cvpyramids.cpp | [all...] |
cvcolor.cpp | 587 int* tab = (int*)cvStackAlloc( 256*3*sizeof(tab[0]) ); local 592 tab[i] = b; 593 tab[i+256] = g; 594 tab[i+512] = r; 606 int t0 = tab[src[0]] + tab[src[1] + 256] + tab[src[2] + 512]; 1324 float tab[4]; local [all...] |
/external/chromium/chrome/browser/ |
browser_focus_uitest.cc | 142 TestInterstitialPage(TabContents* tab, bool new_navigation, const GURL& url) 143 : InterstitialPage(tab, new_navigation, url) { 157 // Exposing render_view_host() and tab() to be public; they are declared as 163 virtual TabContents* tab() { function in class:__anon3877::TestInterstitialPage 164 return InterstitialPage::tab(); 175 Source<TabContents>(tab()), 214 // The focus should be on the Tab contents. 281 // Alternate focus for the tab. 290 // Activate the tab. 301 // Now come back to the tab and check the right view is focused [all...] |
/external/bison/src/ |
tables.c | 32 #include "muscle-tab.h" 734 | Remap the negative infinite in TAB from NINF to the greatest | 742 table_ninf_remap (base_number tab[], int size, base_number ninf) 748 if (tab[i] < res && tab[i] != ninf) 749 res = tab[i]; 754 if (tab[i] == ninf) 755 tab[i] = res;
|
/external/chromium/chrome/browser/resources/ |
bug_report.js | 77 * we open the landing page in a new tab and sendReport closes this tab. 111 // open the landing page in a new tab, sendReport will close this one.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 54 //URL for opening Google Calendar in new tab. 648 * Function runs on updating a tab having url of google applications. 649 * @param {integer} tabId Id of the tab which is updated. 651 * @param {String} tab Gives the url of the tab updated. 653 function onTabUpdated(tabId, changeInfo, tab) { 654 var url = tab.url; 684 for (var i = 0, tab; tab = tabs[i]; i++) { 685 if (tab.url && isCalendarUrl(tab.url)) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SystemUIModes.java | 22 import android.app.ActionBar.Tab; 292 public void onTabSelected(Tab tab, FragmentTransaction ft) { 296 public void onTabUnselected(Tab tab, FragmentTransaction ft) { 300 public void onTabReselected(Tab tab, FragmentTransaction ft) {
|
/libcore/luni/src/main/java/java/util/ |
LinkedHashMap.java | 252 HashMapEntry<K, V>[] tab = table; local 253 for (HashMapEntry<K, V> e = tab[hash & (tab.length - 1)];
|
/packages/apps/Browser/src/com/android/browser/ |
NavigationBarPhone.java | 124 * @param title String to display. If null, the new tab string will be 254 public void onTabDataChanged(Tab tab) { 255 super.onTabDataChanged(tab); 256 mIncognitoIcon.setVisibility(tab.isPrivateBrowsingEnabled()
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
throw_allocator.h | 429 const char tab('\t'); 433 s += tab; 438 s += tab;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 429 const char tab('\t'); 433 s += tab; 438 s += tab;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 429 const char tab('\t'); 433 s += tab; 438 s += tab;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 429 const char tab('\t'); 433 s += tab; 438 s += tab;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
throw_allocator.h | 429 const char tab('\t'); 433 s += tab; 438 s += tab;
|
/bionic/libc/stdio/ |
vfscanf.c | 716 __sccl(char *tab, u_char *fmt) 729 tab[n] = v; 742 tab[c] = v; /* take character c */ 776 tab[++c] = v;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_mac.h | 41 virtual void SaveStateToTab(TabContents* tab); 197 AutocompleteTextField* field_; // owned by tab controller
|