Searched defs:tab (Results 201 - 225 of 318) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc182 WebContents* tab,
184 : BrowserFeatureExtractor(tab, host) {}
912 // Navigate the tab to a page. We should see a StartPhishingDetection IPC.
1013 // If the tab is incognito there should be no IPC. Also, we shouldn't
181 MockBrowserFeatureExtractor( WebContents* tab, ClientSideDetectionHost* host) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc228 // Verify that restored tabs have correct disposition. Only one tab should
235 base::FilePath(FILE_PATH_LITERAL("tab-restore-visibilty.html"))));
257 // The middle tab only should have visible disposition.
287 // Add a single tab.
348 // up with an extra tab.
379 // The browser should only have one tab.
432 // there is no guarantee that the SessionID for the tab has remained the same.
437 const TabRestoreService::Tab& tab = *it; local
438 // If this tab held url2, then restore this single tab
492 const TabRestoreService::Tab* tab = local
574 SessionTab tab; local
[all...]
H A Dpersistent_tab_restore_service.cc30 // Only written if the tab is pinned.
37 // Payload used for the start of a tab close. This is the old struct that is
59 // Payload used for the start of a tab close.
84 // . When the user closes a tab a command of type
85 // kCommandSelectedNavigationInTab is written identifying the tab and
86 // the selected index, then a kCommandPinnedState command if the tab was
87 // pinned and kCommandSetExtensionAppID if the tab has an app id and
92 // is written out and followed by n tab closed sequences (as previoulsy
115 // Implements the link between the tab restore service and the session backend.
152 // Schedules the commands for a tab clos
268 Tab* tab = static_cast<Tab*>(entry); local
420 ScheduleCommandsForTab( const Tab& tab, int selected_index) argument
523 GetSelectedNavigationIndexToPersist( const Tab& tab) argument
795 Tab& tab = window->tabs.back(); local
[all...]
H A Dsession_restore.cc79 // tabs. New tabs are loaded after the current tab finishes loading, or a delay
81 // a tab finishes loading a new tab is loaded and the time of the delay
100 // Schedules a tab for loading.
103 // Notifies the loader that a tab has been scheduled for loading through
107 // Invokes |LoadNextTab| to load a tab.
122 // Loads the next tab. If there are no more tabs to load this deletes itself,
126 // NotificationObserver method. Removes the specified tab and loads the next
127 // tab.
136 // Removes the listeners from the specified tab an
272 NavigationController* tab = tabs_to_load_.front(); local
323 NavigationController* tab = local
341 NavigationController* tab = local
412 RemoveTab(NavigationController* tab) argument
435 GetRenderWidgetHost(NavigationController* tab) argument
456 HandleTabClosedOrLoaded(NavigationController* tab) argument
630 RestoreForeignTab(const SessionTab& tab, WindowOpenDisposition disposition) argument
941 RecordAppLaunchForTab(Browser* browser, const SessionTab& tab, int selected_index) argument
969 const SessionTab& tab = *(window.tabs[i]); local
1001 const SessionTab& tab = *(window.tabs[i]); local
1012 RestoreTab(const SessionTab& tab, const int tab_index, Browser* browser, bool is_selected_tab) argument
1262 RestoreForeignSessionTab( content::WebContents* source_web_contents, const SessionTab& tab, WindowOpenDisposition disposition) argument
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc173 StartupTab tab; local
174 tab.is_pinned = false;
175 tab.url = urls[i];
176 tabs->push_back(tab);
377 // be an app tab.
415 // function will open an app that should be in a tab, there is no need
426 // If the user doesn't want to open a tab, fail.
722 StartupTab tab; local
723 tab.is_pinned = false;
724 tab
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model.cc44 // Initial comamnd ID's for navigatable (and hence executable) tab/window menu
47 // device section headers, separators, local and other devices' tab items, and
50 // only have navigatabale/executable tab items.
52 // Using initial command IDs for local tab, local window and other devices' tab
68 // The maximum number of local recently closed entries (tab or window) to be
85 // Returns true if the command id identifies a tab menu item.
137 // the navigation information of a local or other devices' tab required to
138 // restore the tab.
265 if (disposition == CURRENT_TAB) // Force to open a new foreground tab
290 const SessionTab* tab; local
402 TabRestoreService::Tab* tab = local
463 const SessionTab* tab = window->tabs[t]; local
539 BuildOtherDevicesTabItem( const std::string& session_tag, const SessionTab& tab) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc26 #include "chrome/browser/ui/views/tabs/tab.h"
91 TabContextMenuContents(Tab* tab, argument
93 : tab_(tab),
98 controller->tabstrip_->GetModelIndexOfTab(tab)));
166 // The tab we're showing a menu for.
221 Tab* tab) const {
222 int model_index = tabstrip_->GetModelIndexOfTab(tab);
229 Tab* tab) {
230 int model_index = tabstrip_->GetModelIndexOfTab(tab);
235 bool BrowserTabStripController::IsTabPinned(Tab* tab) cons
227 ExecuteCommandForTab( TabStripModel::ContextMenuCommand command_id, Tab* tab) argument
308 ShowContextMenuForTab( Tab* tab, const gfx::Point& p, ui::MenuSourceType source_type) argument
322 Tab* tab = tabstrip_->tab_at(i); local
527 StartHighlightTabsForCommand( TabStripModel::ContextMenuCommand command_id, Tab* tab) argument
544 StopHighlightTabsForCommand( TabStripModel::ContextMenuCommand command_id, Tab* tab) argument
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8.c407 const uint8_t* tab; local
412 for (tab = kCat3456[cat]; *tab; ++tab) {
413 v += v + VP8GetBit(br, *tab);
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp793 static void tab(int level) function
801 tab(level);
825 tab(level);
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp430 static void tab(int level) function
442 tab(level);
459 tab(level);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_fuzzer.c751 static int fuzzerBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
H A Dtest_stat.c171 static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c317 struct table_entry *tab; member in struct:debug_frame_tab
323 debug_frame_tab_append (struct debug_frame_tab *tab, argument
326 unsigned int length = tab->length;
328 if (length == tab->size)
330 tab->size *= 2;
331 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab
341 debug_frame_tab_shrink(struct debug_frame_tab *tab) argument
390 struct debug_frame_tab tab; local
[all...]
/external/opencv/cv/src/
H A Dcvsegmentation.cpp338 #define cdiff(ofs0) (tab[c0-dptr[ofs0]+255] + \
339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
350 int tab[768]; local
378 tab[i] = (i - 255)*(i - 255);
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
483 if( tab[t0-c0+255] + tab[t
[all...]
/external/opencv/cxcore/src/
H A Dcxcopy.cpp904 static CvBtFuncTable tab; local
919 icvInitFlipHorzRTable( &tab );
963 func = (CvFunc2D_2A)(tab.fn_2d[pix_size]);
/external/openssl/crypto/bn/
H A Dbn_gf2m.c137 BN_ULONG tab[8], top2b = a >> 30; local
142 tab[0] = 0; tab[1] = a1; tab[2] = a2; tab[3] = a1^a2;
143 tab[4] = a4; tab[5] = a1^a4; tab[6] = a2^a4; tab[7] = a1^a2^a4;
145 s = tab[
169 BN_ULONG tab[16], top3b = a >> 61; local
[all...]
/external/skia/src/views/
H A DSkView.cpp793 static void tab(int level) function
801 tab(level);
825 tab(level);
/external/skia/src/xml/
H A DSkDOM.cpp430 static void tab(int level) function
442 tab(level);
459 tab(level);
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c287 static HChar *copy_str(HChar **tab, const HChar *str) argument
289 HChar *cp = *tab;
299 *tab = cp;
/external/webp/src/dec/
H A Dvp8.c407 const uint8_t* tab; local
412 for (tab = kCat3456[cat]; *tab; ++tab) {
413 v += v + VP8GetBit(br, *tab);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc68 WebContents* inspected_web_contents, Browser** browser, int* tab) {
77 *tab = tab_index;
166 int tab = 0; local
167 if (FindInspectedBrowserAndTabIndex(inspected_contents, &browser, &tab))
577 // and the Inspect Element shortcut is pressed in the inspected tab.
732 int tab; local
734 &browser, &tab) ||
886 void DevToolsWindow::BeforeUnloadFired(WebContents* tab, argument
1100 // First seed inspected tab id for extension APIs.
1152 int tab; local
67 FindInspectedBrowserAndTabIndex( WebContents* inspected_web_contents, Browser** browser, int* tab) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc144 // appropriate message if the tab cannot be found by id.
167 // |value| are equal. This function is used to check if a tab's parameters match
389 // Look for optional tab id.
391 // Find the tab. |source_tab_strip| and |tab_index| will later be used to
392 // move the tab into the created window.
564 WebContents* tab = chrome::AddSelectedTabWithURL( local
567 TabHelper::FromWebContents(tab)->SetExtensionAppIconById(extension_id);
572 // Move the tab into the created window only if it's an empty popup or it's
584 // Create a new tab if the created window is still empty. Don't create a new
585 // tab whe
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_contents.cc513 // multiple session storage namespaces per tab.
771 void PrerenderContents::CommitHistory(WebContents* tab) { argument
772 HistoryTabHelper* history_tab_helper = HistoryTabHelper::FromWebContents(tab);
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_pdf_generated_browsertest.cc144 WebContents* tab = browser_->tab_strip_model()->GetActiveWebContents(); local
147 return dialog_controller->GetPrintPreviewForContents(tab);
481 // Duplicates the tab that was created when the browser opened. This is done
482 // so that the observer can listen to the duplicated tab as soon as possible
485 WebContents* tab = local
487 ASSERT_TRUE(tab);
490 new PrintPreviewObserver(browser(), tab, pdf_file_save_path_));
496 ASSERT_NE(tab, initiator);
500 // the duplicated tab as it isn't needed anymore.
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc70 explicit ProvisionalLoadWaiter(WebContents* tab) argument
71 : WebContentsObserver(tab), waiting_(false), seen_(false) {}
160 void CheckSecurityState(WebContents* tab, argument
164 ASSERT_FALSE(tab->IsCrashed());
165 NavigationEntry* entry = tab->GetController().GetActiveEntry();
194 // new tab will use the same process.
198 void CheckAuthenticatedState(WebContents* tab, argument
200 CheckSecurityState(tab,
206 void CheckUnauthenticatedState(WebContents* tab, argument
208 CheckSecurityState(tab,
214 CheckAuthenticationBrokenState(WebContents* tab, net::CertStatus error, int expected_authentication_state) argument
226 CheckWorkerLoadResult(WebContents* tab, bool expected_load) argument
260 ProceedThroughInterstitial(WebContents* tab) argument
428 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
471 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
501 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
546 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
583 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
610 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
668 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
699 chrome::CloseWebContents(browser(), tab, false); local
710 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
795 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
889 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
973 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1026 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1148 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1182 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1208 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1247 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1318 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1345 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1360 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1384 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1450 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1556 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1595 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1657 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1672 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1760 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1796 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1828 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
1857 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
[all...]

Completed in 645 milliseconds

1234567891011>>