Searched defs:tab (Results 251 - 275 of 318) sorted by relevance

<<111213

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc234 TestInterstitialPage(WebContents* tab, bool new_navigation, const GURL& url) { argument
236 tab, new_navigation, url , this);
453 // There is one initial tab.
639 // Make sure we don't close the tab while the observer is in scope.
678 // Create a RedirectObserver that goes away before we close the tab.
919 // The script must open a new tab, set its window.opener to null, and navigate
940 // Now open a tab to a blank page, set its opener to null, and redirect it
973 // Now open a tab to a blank page, set its opener to null, and use a
1029 // Now open a tab to a blank page, set its opener to null, and redirect it
1061 // Same thing if the current tab trie
2354 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc36 // opener relationships for the tab in which the transition occurred to be
39 // from what had previously occurred in that tab).
161 // is properly removed from the tab strip.
173 // tab. This value is preserved for a given tab as long as the tab remains
176 // navigation within that tab, the group relationship is lost). This
182 // easily discarded, e.g. when the user switches to a tab not part of the
183 // same group. This property is used to determine what tab to select next
188 // this tab
886 WebContents* tab = GetWebContentsAt(indices[i]); local
962 WebContents* tab = GetWebContentsAt(indices[i]); local
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc5 #include "chrome/browser/ui/views/tabs/tab.h"
58 // Padding around the "content" of a tab, occupied by the tab border graphics.
64 // Height of the shadow at the top of the tab image assets.
78 // When a non-mini-tab becomes a mini-tab the width of the tab animates. If
79 // the width of a mini-tab is >= kMiniTabRendererAsNormalTabWidth then the tab
80 // is rendered as a normal tab
238 TabCloseButton(Tab* tab) argument
[all...]
H A Dtab_drag_controller.cc22 #include "chrome/browser/ui/views/tabs/tab.h"
63 // Initial delay before moving tabs when the dragged tab is close to the edge of
72 // Distance from the next/previous stacked before before we consider the tab
394 void TabDragController::InitTabDragData(Tab* tab, argument
398 source_tabstrip_->GetModelIndexOfTab(tab);
401 drag_data->pinned = source_tabstrip_->IsTabPinned(tab);
426 // If we get here it means we got notification for a tab we don't know about.
465 // dropping a tab onto the task bar on Windows produces this situation.
625 // do tab swapping now to avoid the tab flashin
[all...]
H A Dtab_strip.cc25 #include "chrome/browser/ui/views/tabs/tab.h"
82 // Inverse ratio of the width of a tab edge to the width of the tab. When
83 // hovering over the left or right edge of a tab, the drop indicator will
111 // Amount the left edge of a tab is offset from the rectangle of the tab's
116 // Amount to adjust the clip by when the tab is stacked before the active index.
119 // Amount to adjust the clip by when the tab is stacked after the active index.
132 // Animation delegate used for any automatic tab movement. Hides the tab i
143 Tab* tab() { return tab_; } function in class:__anon5364::TabAnimationDelegate
152 TabAnimationDelegate(TabStrip* tab_strip, Tab* tab) argument
179 ResetDraggingStateDelegate(TabStrip* tab_strip, Tab* tab) argument
486 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab) argument
625 Tab* tab = CreateTab(); local
683 Tab* tab = tab_at(model_index); local
704 Tab* tab = tab_at(model_index); local
857 Tab* tab = tab_at(model_index); local
880 Tab* tab = tab_at(i); local
968 SelectTab(Tab* tab) argument
974 ExtendSelectionTo(Tab* tab) argument
980 ToggleSelected(Tab* tab) argument
986 AddSelectionFromAnchorTo(Tab* tab) argument
992 CloseTab(Tab* tab, CloseTabSource source) argument
1007 ToggleTabAudioMute(Tab* tab) argument
1013 ShowContextMenuForTab(Tab* tab, const gfx::Point& p, ui::MenuSourceType source_type) argument
1040 MaybeStartDrag( Tab* tab, const ui::LocatedEvent& event, const ui::ListSelectionModel& original_selection) argument
1129 GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) argument
1149 ShouldPaintTab(const Tab* tab, gfx::Rect* clip) argument
1195 UpdateTabAccessibilityState(const Tab* tab, ui::AXViewState* state) argument
1246 Tab* tab = tab_at(i); local
1274 Tab* tab = tab_at(i); local
1279 Tab* tab = tab_at(i); local
1451 Tab* tab = FindTabForEvent(point); local
1495 Tab* tab = new Tab(this); local
1509 Tab* tab = tab_at(model_index); local
1533 Tab* tab = tab_at(model_index); local
1541 ScheduleRemoveTabAnimation(Tab* tab) argument
1565 Tab* tab = tab_at(i); local
1610 Tab* tab = tab_at(i); local
1616 Tab* tab = *j; local
1737 Tab* tab = tabs[i]; local
1760 Tab* tab = tabs[i]; local
1773 Tab* tab = tabs[i]; local
1792 const Tab* tab = tab_at(i); local
1809 RemoveAndDeleteTab(Tab* tab) argument
1899 StoppedDraggingTab(Tab* tab, bool* is_first_tab) argument
1944 FindClosingTab(const Tab* tab) argument
1992 Tab* tab = FindTabForEvent(tab_strip_point); local
2183 Tab* tab = tab_at(drop_index); local
2220 Tab* tab = tab_at(i); local
2351 Tab* tab = tab_at(i); local
2457 IsPointInTab(Tab* tab, const gfx::Point& point_in_tabstrip_coords) argument
2476 Tab* tab = FindTabForEventFrom(point, active_tab_index, -1); local
2677 Tab* tab = FindTabForEvent(local_point); local
2734 Tab* tab = FindTabForEvent(point); local
[all...]
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc898 void AppWindow::RunFileChooser(WebContents* tab, argument
908 app_delegate_->RunFileChooser(tab, params);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1493 SymbolTable tab; local
1495 Variable var1(&tab, "x", value);
1497 Variable var2(&tab, "y");
1498 // tab.put(var2, value); // TOFIX: point alias/recursion problem
1500 tab.put(var2, value2);
1503 Variable var3(&tab, "z");
1504 tab.put("z", value3);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.h395 GLfloat tab[SHINE_TABLE_SIZE+1]; member in struct:tnl_shine_tab
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp417 const int tab = 8; local
477 SkDebugf("%*s %d %sTo (%g,%g)\n", tab, "", lastIndex + 1,
493 SkDebugf("%*s %d gap lineTo (%g,%g)\n", tab, "",
539 SkDebugf("%*s %d %sTo last (%g, %g)\n", tab, "",
546 SkDebugf("%*s %d final line (%g, %g)\n", tab, "",
552 SkDebugf("%*s close\n", tab, "");
558 SkDebugf("%*s advance=%d edgeIndex=%d flip=%s\n", tab, "",
779 const int tab = 8;
795 SkDebugf("%*s.fTs[%d]=%1.9g (%1.9g,%1.9g)\n", tab + sizeof(className),
798 SkDebugf("%*s.fTopIntercepts=%u\n", tab
2233 const int tab = 3; // FIXME: debugging only local
2454 const int tab = 7; // FIXME: debugging only local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c1581 static int recoverBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
H A Dtest_osinst.c907 static int vlogBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
/external/dnsmasq/src/
H A Doption.c604 } tab[] = { local
644 for (j = 0; tab[j].handle; j++)
645 if (tab[j].handle == *(usage[i].arg))
646 sprintf(buff, "%d", tab[j].val);
/external/mesa3d/src/mesa/tnl/
H A Dt_context.h395 GLfloat tab[SHINE_TABLE_SIZE+1]; member in struct:tnl_shine_tab
/external/opencv/cv/src/
H A Dcvcolor.cpp587 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
1334 tab[
[all...]
H A Dcvhistogram.cpp794 icvCalcHistLookupTables8u( const CvHistogram* hist, int dims, int* size, int* tab )
822 tab[i*(hi - lo) + j - lo] = idx;
844 tab[i*(hi - lo) + j - lo] = write_idx;
856 tab[i*(hi - lo) + j - lo] = ICV_HIST_DUMMY_IDX;
874 int* tab; local
882 tab = (int*)cvStackAlloc( dims*256*sizeof(int));
883 status = icvCalcHistLookupTables8u( hist, dims, histsize, tab );
940 int idx = tab[i];
957 int idx = tab[v0] + tab[25
1557 int* tab = 0; local
[all...]
/external/opencv/cxcore/src/
H A Dcxarray.cpp3261 static const char* tab[][2] = local
3274 *colorModel = tab[nchannels][0];
3275 *channelSeq = tab[nchannels][1];
/external/qemu/android/
H A Dhw-qemud.c472 uint8_t tab[194]; local
474 memset(tab, 0, sizeof(tab));
480 qemu_chr_write(s->cs, tab, sizeof(tab));
/external/qemu/
H A Dtranslate-all.c925 static inline void set_bits(uint8_t *tab, int start, int len) argument
930 tab += start >> 3;
935 *tab |= mask;
938 *tab++ |= mask;
942 *tab++ = 0xff;
947 *tab |= mask;
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp417 const int tab = 8; local
477 SkDebugf("%*s %d %sTo (%g,%g)\n", tab, "", lastIndex + 1,
493 SkDebugf("%*s %d gap lineTo (%g,%g)\n", tab, "",
539 SkDebugf("%*s %d %sTo last (%g, %g)\n", tab, "",
546 SkDebugf("%*s %d final line (%g, %g)\n", tab, "",
552 SkDebugf("%*s close\n", tab, "");
558 SkDebugf("%*s advance=%d edgeIndex=%d flip=%s\n", tab, "",
779 const int tab = 8;
795 SkDebugf("%*s.fTs[%d]=%1.9g (%1.9g,%1.9g)\n", tab + sizeof(className),
798 SkDebugf("%*s.fTopIntercepts=%u\n", tab
2233 const int tab = 3; // FIXME: debugging only local
2454 const int tab = 7; // FIXME: debugging only local
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc395 // disabled for security reasons. New tab page explains the reasons, so
396 // we redirect user to new tab page.
401 // Rewrite with new tab URL
517 WebContents* tab = tab_util::GetWebContentsByID(params.render_process_id(), local
519 if (!tab)
523 prerender::PrerenderContents::FromWebContents(tab);
530 PopupBlockerTabHelper::FromWebContents(tab);
1701 // If the tab is being prerendered, cancel the prerender and the request.
1704 WebContents* tab = WebContents::FromRenderFrameHost(render_frame_host); local
1705 if (!tab) {
1747 WebContents* tab = WebContents::FromRenderFrameHost(rfh); local
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h398 friend const mpreal sum (const mpreal tab[], unsigned long int n, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2250 inline const mpreal sum (const mpreal tab[], unsigned long int n, mp_rnd_t rnd_mode) argument
2257 for (i=0;i<n;i++) t[i] = (mpfr_ptr)tab[i].mp;
/external/libcxx/src/
H A Dlocale.cpp901 ctype<char>::ctype(const mask* tab, bool del, size_t refs) argument
903 __tab_(tab),
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1040 static void record_signatured_type ( VgHashTable tab, argument
1049 VG_(HT_add_node) ( tab, dstype );
1055 static UWord lookup_signatured_type ( VgHashTable tab, argument
1059 D3SignatureType *dstype = VG_(HT_lookup) ( tab, (UWord) type_signature );
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc126 // The prerendered page is then displayed on a tab. The Javascript function
351 // Waits for a new tab to open and a navigation or swap in it.
461 // For tests that open the prerender in a new background tab, the RenderView
1236 // Opens the url in a new tab, with no opener.
1349 // in the active tab.
1351 WebContents* tab = GetActiveWebContents(); local
1352 ASSERT_TRUE(tab);
1353 EXPECT_FALSE(tab->IsLoading());
1354 TestNavigationObserver back_nav_observer(tab);
1359 tab,
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js320 * captured tab. May be assigned to the 'src' property of an HTML Image
432 * after the tab has been reloaded.
438 * @param {number|Array.<number>} tabIds A tab ID or an array of tab IDs.
1006 MessageSender.prototype.tab;

Completed in 2398 milliseconds

<<111213