Searched defs:tab (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller.cc101 // During tab capture of fullscreen-within-tab views, the browser window
116 // For now, avoid breaking when initiating full screen tab mode while in
118 // TODO(robertshield): Find a way to reconcile tab-initiated fullscreen
146 // fullscreen to tab fullscreen will need to show different content.
175 // If currently there is a tab in "tab fullscreen" mode and fullscreen
178 // case, all we have to do is notifying the tab that it has exited "tab
235 // (i.e. not the user), or if we're in tab fullscree
514 WebContents* tab = fullscreened_tab_ ? fullscreened_tab_ : mouse_lock_tab_; local
663 SetFullscreenedTab(WebContents* tab) argument
668 SetMouseLockTab(WebContents* tab) argument
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc23 const char kTabTitleFormat[] = "session=%d;window=%d;tab=%d";
293 sync_pb::SessionTab* tab = tab_base->mutable_tab(); local
294 tab->set_window_id(window_id);
295 tab->set_tab_id(tab_id);
296 tab->set_tab_visual_index(1);
297 tab->set_current_navigation_index(0);
298 tab->set_pinned(true);
299 tab->set_extension_app_id("app_id");
300 sync_pb::TabNavigation* navigation = tab->add_navigation();
/external/chromium_org/chrome/browser/ui/views/
H A Dhung_renderer_view.cc127 void HungPagesTableModel::TabDestroyed(WebContentsObserverImpl* tab) { argument
130 tab_observers_.begin(), tab_observers_.end(), tab);
143 HungPagesTableModel* model, WebContents* tab)
144 : content::WebContentsObserver(tab),
272 // Close is async, make sure we drop our references to the tab immediately
142 WebContentsObserverImpl( HungPagesTableModel* model, WebContents* tab) argument
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc316 base::DictionaryValue* tab = new base::DictionaryValue(); local
317 tabs->Append(tab);
320 tab->Set("history", histories);
333 tab->SetInteger("index", controller.GetCurrentEntryIndex());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc138 // Close the gaia sign in tab via a task to make sure we aren't in the
441 content::WebContents* tab = web_ui()->GetWebContents(); local
442 Browser* browser = chrome::FindBrowserWithWebContents(tab);
446 int index = tab_strip_model->GetIndexOfWebContents(tab);
/external/chromium_org/extensions/renderer/
H A Dmessaging_bindings.cc262 v8::Handle<v8::Value> tab = v8::Null(isolate); local
267 tab = converter->ToV8Value(source_tab, script_context->v8_context());
291 tab,
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_getproc.c596 const void **tab = (const void **) table; local
599 assert(tab[i]);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c669 static struct reg *lookup_reg( struct reg *tab, int reg ) argument
673 for (i = 0 ; tab[i].idx != -1 ; i++) {
674 if (tab[i].idx == reg)
675 return &tab[i];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c391 static struct reg *lookup_reg( struct reg *tab, int reg ) argument
395 for (i = 0 ; tab[i].idx != -1 ; i++) {
396 if (tab[i].idx == reg)
397 return &tab[i];
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc34 // The tab view shown in the tab strip.
66 // The content view associated with this tab.
72 // The tab strip shown above the tab contents.
130 // SelectTab also sets the right tab color.
289 Tab* tab = GetTabAt(index); local
290 tab->SetSelected(true);
293 FocusManager* focus_manager = tab->contents()->GetFocusManager();
297 !tab
305 SelectTab(Tab* tab) argument
[all...]
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc327 void WebDialogView::BeforeUnloadFired(content::WebContents* tab, argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc166 Mutex *tab = mutex[i]; local
167 if (tab == 0)
169 if (m >= tab && m < tab + kL2Size)
170 return i * kL2Size + (m - tab);
/external/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c596 const void **tab = (const void **) table; local
599 assert(tab[i]);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c669 static struct reg *lookup_reg( struct reg *tab, int reg ) argument
673 for (i = 0 ; tab[i].idx != -1 ; i++) {
674 if (tab[i].idx == reg)
675 return &tab[i];
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c391 static struct reg *lookup_reg( struct reg *tab, int reg ) argument
395 for (i = 0 ; tab[i].idx != -1 ; i++) {
396 if (tab[i].idx == reg)
397 return &tab[i];
/external/opencv/cv/src/
H A Dcvutils.cpp208 int* idst = (int*)dst, *tab; local
224 tab = (int*)cvStackAlloc( tab_size*sizeof(tab[0]) );
230 tab[i + k] = k + left;
238 tab[i + k] = j + k + left;
248 tab[i + k] = j + k + left;
264 k = tab[j];
269 k = tab[j];
286 k = tab[j];
291 k = tab[
[all...]
/external/oprofile/module/ia64/
H A Dop_pmu.c584 ctl_table * tab; local
592 if (!(tab = kmalloc(sizeof(ctl_table)*7, GFP_KERNEL)))
595 next->child = tab;
597 memset(tab, 0, sizeof(ctl_table)*7);
598 tab[0] = ((ctl_table) { 1, "enabled", &sysctl_parms.ctr[i].enabled, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
599 tab[1] = ((ctl_table) { 1, "event", &sysctl_parms.ctr[i].event, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
600 tab[2] = ((ctl_table) { 1, "count", &sysctl_parms.ctr[i].count, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
601 tab[3] = ((ctl_table) { 1, "unit_mask", &sysctl_parms.ctr[i].unit_mask, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
602 tab[4] = ((ctl_table) { 1, "kernel", &sysctl_parms.ctr[i].kernel, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
603 tab[
[all...]
/external/bison/src/
H A Dtables.c32 #include "muscle-tab.h"
742 table_ninf_remap (base_number tab[], int size, base_number ninf) argument
748 if (tab[i] < res && tab[i] != ninf)
749 res = tab[i];
754 if (tab[i] == ninf)
755 tab[i] = res;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java36 * A container for all the infobars of a specific tab.
99 // The id of the tab associated with us. Set to Tab.INVALID_TAB_ID if no tab is associated.
221 * @param tab The current Tab.
223 public void setDoStayInvisible(boolean doStayInvisible, Tab tab) { argument
227 tab.addObserver(mTabObserver);
229 tab.removeObserver(mTabObserver);
241 public void onDidNavigateMainFrame(Tab tab, String url, String baseUrl,
244 setDoStayInvisible(false, tab);
456 // Called by the tab whe
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelBase.java88 for (Tab tab : mTabs) {
89 if (tab.isInitialized()) tab.destroy();
114 * Initializes the newly created tab, adds it to controller, and dispatches creation
118 public void addTab(Tab tab, int index, TabLaunchType type) { argument
121 for (TabModelObserver obs : mObservers) obs.willAddTab(tab, type);
125 index = mOrderController.determineInsertionIndex(type, index, tab);
128 assert tab.isIncognito() == mIsIncognito;
134 mTabs.add(tab);
136 mTabs.add(index, tab);
201 closeTab(Tab tab) argument
361 indexOf(Tab tab) argument
435 startTabClosure(Tab tab, boolean animate, boolean uponExit, boolean canUndo) argument
480 finalizeTabClosure(Tab tab) argument
526 indexOf(Tab tab) argument
586 removeTab(Tab tab) argument
715 nativeTabAddedToModel(long nativeTabModelBase, Tab tab) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java37 * the tab.
54 // Keeps track of how a tab was closed
84 * @param tabId The ID of the tab that this list item represents.
90 * @param tabId The ID of the tab that this list item represents.
96 * @param tabId The ID of the tab that this list item represents.
101 * @return Whether or not the tab is scheduled to be closed.
106 * Schedule a tab to be closed in the future.
107 * @param tabId The ID of the tab to close.
112 * Cancel a tab's closure.
113 * @param tabId The ID of the tab tha
232 setTab(Tab tab, boolean canUndo) argument
538 notifyTabUpdated(Tab tab) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.cc52 RenderWidgetHost* GetRenderWidgetHost(NavigationController* tab) { argument
53 WebContents* web_contents = tab->GetWebContents();
70 WebContents* tab = browser->tab_strip_model()->GetWebContentsAt(i); local
71 if (tab->GetRenderWidgetHostView() == rwhv) {
72 return tab->GetLastCommittedURL().spec();
490 NavigationController* tab = local
492 RenderWidgetHost* rwh = GetRenderWidgetHost(tab);
499 NavigationController* tab = local
501 RenderWidgetHost* rwh = GetRenderWidgetHost(tab);
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.cc63 TabSpecificContentSettings::TabSpecificContentSettings(WebContents* tab) argument
64 : content::WebContentsObserver(tab),
65 profile_(Profile::FromBrowserContext(tab->GetBrowserContext())),
705 // The visible NavigationEntry is the URL in the URL field of a tab.
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc183 // If the WebContents isn't yet inserted into a tab strip, we need to delay
201 void WebNavigationEventRouter::TabAdded(content::WebContents* tab) { argument
203 pending_web_contents_.find(tab);
227 void WebNavigationEventRouter::TabDestroyed(content::WebContents* tab) { argument
228 pending_web_contents_.erase(tab);
231 if (i->second.source_web_contents == tab)
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc120 // Don't run any classifier if the tab is incognito.
315 WebContents* tab) {
316 return new ClientSideDetectionHost(tab);
319 ClientSideDetectionHost::ClientSideDetectionHost(WebContents* tab) argument
320 : content::WebContentsObserver(tab),
328 DCHECK(tab);
331 feature_extractor_.reset(new BrowserFeatureExtractor(tab, this));
333 content::Source<WebContents>(tab));
314 Create( WebContents* tab) argument

Completed in 4469 milliseconds

1234567891011>>