Searched defs:tab (Results 226 - 250 of 318) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc179 // the tab count is 0 or the window is NULL, the browser is about to be
188 // Note: We don't bother to set selected tab index anymore. We still
205 // GetTabAt can return a null tab; in that case just skip it.
212 // Note: We cannot check if a tab is valid if it has no WebContents.
213 // We assume any such tab is valid and leave the contents of
228 // If the tab is valid, it would have been added to the tracker either
232 // the tab's presence in the tracker.
233 const SessionTab* tab = NULL; local
234 if (session_tracker_.LookupSessionTab(local_tag, tab_id, &tab)) {
266 void SessionsSyncManager::AssociateTab(SyncedTabDelegate* const tab, argument
536 TombstoneTab( const sync_pb::SessionSpecifics& tab) argument
653 SessionTab* tab = local
759 RefreshFaviconVisitTimesFromForeignTab( const sync_pb::SessionTab& tab, const base::Time& modification_time) argument
867 GetForeignTab( const std::string& tag, const SessionID::id_type tab_id, const SessionTab** tab) argument
[all...]
H A Dsessions_sync_manager_unittest.cc82 virtual bool IsTabPinned(const SyncedTabDelegate* tab) const OVERRIDE {
83 return wrapped_->IsTabPinned(tab);
465 SyncedTabDelegateFake tab; local
468 tab.AppendEntry(NULL);
469 EXPECT_FALSE(sessions_util::ShouldSyncTab(tab));
470 tab.reset();
475 tab.AppendEntry(entry);
476 EXPECT_FALSE(sessions_util::ShouldSyncTab(tab));
482 tab.AppendEntry(entry2);
483 EXPECT_FALSE(sessions_util::ShouldSyncTab(tab));
495 SyncedTabDelegateFake tab; local
505 SyncedTabDelegateFake tab; local
528 SyncedTabDelegateFake tab; local
595 SyncedTabDelegateFake tab; local
665 SyncedTabDelegateFake tab; local
699 SyncedTabDelegateFake tab; local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc877 WebContents* tab = tab_strip->GetActiveWebContents(); local
878 content::WebContentsDestroyedWatcher destroyed_watcher(tab);
894 WebContents* tab = tab_strip->GetActiveWebContents(); local
895 content::WebContentsDestroyedWatcher destroyed_watcher(tab);
1010 // Open second tab for second app. This should activate it.
1027 // And second again. This time the second tab should become active.
1054 // Confirm that a tab can be moved between browsers while maintaining the
1074 // Create a new browser with blank tab.
1082 // Detach a tab at index 1 (app1) from |tab_strip_model1| and insert it as an
1083 // active tab a
[all...]
H A Dchrome_launcher_controller_unittest.cc179 // Sets the id for the specified tab. The id is removed if Remove() is
181 void SetAppID(content::WebContents* tab, const std::string& id) { argument
182 tab_id_map_[tab] = id;
185 // Returns true if there is an id registered for |tab|.
186 bool HasAppID(content::WebContents* tab) const {
187 return tab_id_map_.find(tab) != tab_id_map_.end();
191 virtual std::string GetAppID(content::WebContents* tab) OVERRIDE {
192 return tab_id_map_.find(tab) != tab_id_map_.end() ? tab_id_map_[tab] :
863 // Creates a browser with a |profile| and load a tab wit
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.cc309 // TabRestoreService to re-open the closed window or tab that this
801 TabRestoreService::Tab tab = *iter; local
802 HistoryItem* tab_item = HistoryItemForTab(tab);
812 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
813 HistoryItem* item = HistoryItemForTab(*tab);
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc70 // Stores omnibox state for each tab.
185 void OmniboxViewViews::SaveStateToTab(content::WebContents* tab) { argument
186 DCHECK(tab);
199 tab->SetUserData(OmniboxState::kKey, new OmniboxState(
234 // there was no previous text (for new tab page URL replacement extensions).
395 // This must run before acclerator handling invokes a focus change on tab.
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc24 #include "chrome/browser/ui/views/tabs/tab.h"
245 // changes it can trigger capture being lost. This was causing a crash in tab
560 // The tab strip should no longer have capture because the drag was ended and
597 // Add another tab to browser().
604 // Move to the first tab and drag it enough so that it detaches, but not
633 // The tab strip should no longer have capture because the drag was ended and
675 // Add another tab.
679 // Move to the first tab and drag it enough so that it detaches.
720 // The tab strip should no longer have capture because the drag was ended and
742 // Add another tab
858 DeleteWhileDetachedStep2(WebContents* tab) argument
900 DeleteSourceDetachedStep2(WebContents* tab, const BrowserList* browser_list) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc295 void ToolbarView::Update(WebContents* tab) { argument
297 location_bar_->Update(tab);
684 // Fall through to the tab strip above us if none of |rect| intersects
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc182 // Navigates the specified tab (via |disposition|) of |browser| to |url|,
184 // |disposition| indicates what tab the download occurs in, and
219 // We've opened up a new tab, but not selected it.
224 << "\" because the new tab is not available yet";
230 // The currently selected tab is the right one.
244 << " because we can't get the tab contents";
336 int FindInPage(WebContents* tab, argument
342 FindTabHelper* find_tab_helper = FindTabHelper::FromWebContents(tab);
344 FindInPageNotificationObserver observer(tab);
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c258 const uint8_t* tab; local
264 tab = VP8Cat3;
270 tab = VP8Cat4;
276 tab = VP8Cat5;
282 tab = VP8Cat6;
285 VP8PutBit(bw, !!(v & mask), *tab++);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c415 tnl_render_func *tab = TAG(render_tab_verts); local
443 tab[prim & PRIM_MODE_MASK]( ctx, start, start + length, prim );
/external/chromium_org/third_party/skia/src/utils/
H A DSkDumpCanvas.cpp519 SkString msg, tab; local
524 tab.append("\t");
526 tab.append(" "); // tabs are often too wide to be useful
529 msg.printf("%s%s", tab.c_str(), str);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c769 static int echoBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
775 echo_vtab *pVtab = (echo_vtab *)tab;
924 sqlite3_vtab *tab,
929 echo_vtab *pVtab = (echo_vtab *)tab;
1045 tab->zErrMsg = sqlite3_mprintf("echo-vtab-error: %s", sqlite3_errmsg(db));
1056 static int echoTransactionCall(sqlite3_vtab *tab, const char *zCall){ argument
1058 echo_vtab *pVtab = (echo_vtab *)tab;
1066 static int echoBegin(sqlite3_vtab *tab){ argument
1068 echo_vtab *pVtab = (echo_vtab *)tab;
1080 rc = echoTransactionCall(tab, "xBegi
923 echoUpdate( sqlite3_vtab *tab, int nData, sqlite3_value **apData, sqlite_int64 *pRowid ) argument
1097 echoSync(sqlite3_vtab *tab) argument
1125 echoCommit(sqlite3_vtab *tab) argument
1143 echoRollback(sqlite3_vtab *tab) argument
[all...]
/external/libvterm/src/
H A Dstate.c139 static void tab(VTermState *state, int count, int direction) function
315 tab(state, 1, +1);
937 tab(state, count, +1);
1074 tab(state, count, -1);
1143 /* TODO: 1, 2 and 4 aren't meaningful yet without line tab stops */
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c415 tnl_render_func *tab = TAG(render_tab_verts); local
443 tab[prim & PRIM_MODE_MASK]( ctx, start, start + length, prim );
/external/opencv/cv/src/
H A Dcvstereobm.cpp114 uchar tab[TABSZ]; local
122 tab[x] = (uchar)(x - OFS < -ftzero ? 0 : x - OFS > ftzero ? ftzero*2 : x - OFS + ftzero);
157 dptr[0] = tab[val + OFS];
163 dptr[x] = tab[val + OFS];
168 dptr[x] = tab[val + OFS];
206 uchar tab[TABSZ]; local
215 tab[x] = (uchar)abs(x - ftzero);
236 htext[y] += tab[lval];
280 htext[y] += tab[lval] - tab[lptr_su
413 uchar tab[TABSZ]; local
[all...]
/external/opencv/cxcore/src/
H A Dcxcmp.cpp1202 uchar tab[256]; local
1203 CvMat _tab = cvMat( 1, 256, CV_8U, tab );
1208 tab[i] = (uchar)buf.i;
1210 tab[i] = (uchar)i;
1215 tab[i] = (uchar)i;
1217 tab[i] = (uchar)buf.i;
1399 static void icvInit##FUNCNAME##Table( CvFuncTable* tab ) \
1401 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##suffix; \
1402 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##suffix; \
1403 tab
[all...]
H A Dcxmatrix.cpp443 static CvBtFuncTable tab, inp_tab; local
458 icvInitTransposeRTable( &tab );
527 CvFunc2D_2A func = (CvFunc2D_2A)(tab.fn_2d[pix_size]);
/external/qemu/hw/intc/
H A Dapic.c115 static inline void set_bit(uint32_t *tab, int index) argument
120 tab[i] |= mask;
123 static inline void reset_bit(uint32_t *tab, int index) argument
128 tab[i] &= ~mask;
131 static inline int get_bit(uint32_t *tab, int index) argument
136 return !!(tab[i] & mask);
324 static int get_highest_priority_int(uint32_t *tab) argument
328 if (tab[i] != 0) {
329 return i * 32 + fls_bit(tab[i]);
/external/skia/src/utils/
H A DSkDumpCanvas.cpp486 SkString msg, tab; local
491 tab.append("\t");
493 tab.append(" "); // tabs are often too wide to be useful
496 msg.printf("%s%s", tab.c_str(), str);
/external/webp/src/enc/
H A Dframe.c258 const uint8_t* tab; local
264 tab = VP8Cat3;
270 tab = VP8Cat4;
276 tab = VP8Cat5;
282 tab = VP8Cat6;
285 VP8PutBit(bw, !!(v & mask), *tab++);
/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.cc479 // Sanity check default values for window / tab count and shelf visibility.
603 // |disposition| indicates where the navigation occurs (current tab, new
604 // foreground tab, etc).
627 // Download a file in the current tab, then wait for the download to finish.
741 // Download a partial web page in a background tab and wait.
758 // separate tab.
1266 // Disable downloads for the tab.
1304 // download tab opened and the file exists as the filename specified in the
1306 // The download shelf should be visible in the current tab.
1324 // tab, openin
2731 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
2794 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
[all...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc275 content::WebContents* tab = chrome::AddSelectedTabWithURL( local
281 tab->GetRenderProcessHost(),
285 tab->GetRenderProcessHost(),
289 tab->GetRenderProcessHost(),
296 content::WebContents* tab = chrome::AddSelectedTabWithURL( local
302 tab->GetRenderProcessHost(),
304 return tab->GetRenderProcessHost();
585 // Recreate the tab each time for insulation.
586 content::WebContents* tab = chrome::AddSelectedTabWithURL( local
591 function->SetRenderViewHost(tab
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc174 WebContents* tab)
176 tab_(tab),
527 // show a blank page under an existing entry from the current tab. Even if
570 // Don't use prerendered pages if debugger is attached to the tab.
651 // If the tab has finished loading, record a PPLT of 0.
652 // If the tab is still loading, reset its start time to the current time.
659 // Schedule the delete to occur after the tab has run its unload handlers.
1286 // case, when a new tab is added to a process used for prerendering.
1554 WebContents* tab,
1556 old_web_contents_list_.push_back(tab);
173 OnCloseWebContentsDeleter(PrerenderManager* manager, WebContents* tab) argument
1553 ScheduleDeleteOldWebContents( WebContents* tab, OnCloseWebContentsDeleter* deleter) argument
1647 WebContents* tab = WebContents::FromRenderFrameHost(render_frame_host); local
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc320 return; // Hapens when the tab is replaced.
341 // . closing a tab and there are other windows/tabs open.
343 // In all cases we need to mark the tab as explicitly closed.
346 // User closed the last tab in the last tabbed browser. Don't mark the
347 // tab closed.
420 // We'll hit this if user closed the last tab in a window.
521 void SessionService::TabRestored(WebContents* tab, bool pinned) { argument
522 SessionTabHelper* session_tab_helper = SessionTabHelper::FromWebContents(tab);
526 BuildCommandsForTab(session_tab_helper->window_id(), tab, -1,
976 SessionTab* tab local
1049 SessionTab* tab = i->second; local
1173 SessionTab* tab = GetTab(payload.id, tabs); local
1187 SessionTab* tab = GetTab(payload.id, tabs); local
1214 SessionTab* tab = GetTab(tab_id, tabs); local
1335 BuildCommandsForTab(const SessionID& window_id, WebContents* tab, int index_in_window, bool is_pinned, std::vector<SessionCommand*>* commands, IdToRange* tab_to_available_range) argument
1433 WebContents* tab = tab_strip->GetWebContentsAt(i); local
[all...]

Completed in 429 milliseconds

1234567891011>>