HomeSort by relevance Sort by last modified time
    Searched refs:tab_ (Results 26 - 49 of 49) sorted by null

12

  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 43 tab_(tab),
67 tab_);
72 tab_);
85 controller_->StopHighlightTabsForCommand(last_command_, tab_);
87 controller_->StartHighlightTabsForCommand(last_command_, tab_);
96 tab_); variable
113 BaseTab* tab_; member in class:BrowserTabStripController::TabContextMenuContents
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 81 : tab_(tab),
101 tab_->GetWidget(), NULL, gfx::Rect(point, gfx::Size()),
116 tab_);
129 controller_->StopHighlightTabsForCommand(last_command_, tab_);
131 controller_->StartHighlightTabsForCommand(last_command_, tab_);
139 tab_); variable
152 Tab* tab_; member in class:BrowserTabStripController::TabContextMenuContents
tab.cc 359 explicit TabCloseButton(Tab* tab) : views::ImageButton(tab), tab_(tab) {}
392 if (tab_->controller())
393 tab_->controller()->OnMouseEventInTab(this, event);
402 if (tab_->controller())
403 tab_->controller()->OnMouseEventInTab(this, event);
408 if (tab_->controller())
409 tab_->controller()->OnMouseEventInTab(this, event);
421 Tab* tab_; member in class:Tab::TabCloseButton
    [all...]
tab_strip.cc 240 explicit ResetDraggingStateDelegate(Tab* tab) : tab_(tab) {
244 tab_->set_dragging(false);
248 tab_->set_dragging(false);
252 Tab* tab_; member in class:__anon8837::ResetDraggingStateDelegate
542 Tab* tab_; member in class:TabStrip::RemoveTabDelegate
550 tab_(tab) {
564 DCHECK(tab_->closing());
565 tabstrip_->RemoveAndDeleteTab(tab_);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 338 tab_.Own(gtk_fixed_new());
339 gtk_widget_set_app_paintable(tab_.get(), TRUE);
340 g_signal_connect(tab_.get(), "expose-event",
342 g_signal_connect(tab_.get(), "size-allocate",
345 gtk_widget_show(tab_.get());
352 tab_.Destroy();
471 return gtk_widget_get_visible(tab_.get());
476 gtk_widget_show(tab_.get());
480 gtk_widget_hide_all(tab_.get());
632 gtk_widget_set_size_request(tab_.get(), bounds.width(), bounds.height())
    [all...]
tab_renderer_gtk.h 213 GtkWidget* widget() const { return tab_.get(); }
384 ui::OwnedWidgetGtk tab_; member in class:TabRendererGtk
dragged_tab_controller_gtk.cc 93 if (!drag_data_->GetSourceTabData()->tab_ ||
104 if (drag_data_->GetSourceTabData()->tab_->IsVisible()) {
108 if (!drag_data_->GetSourceTabData()->tab_->IsVisible()) {
123 return drag_data_->get(i)->tab_;
131 if (tab == drag_data_->get(i)->tab_)
845 source_tabstrip_->DestroyDraggedTab(drag_data_->get(i)->tab_);
846 drag_data_->get(i)->tab_ = NULL;
    [all...]
tab_strip_gtk.cc 615 tab_(tabstrip->GetTabAt(to_index)),
629 tab_->set_animating_mini_change(true);
644 tabstrip_->SetTabBounds(tab_, tab_bounds);
699 TabGtk* tab_; member in class:MiniMoveAnimation
701 // Initial bounds of tab_.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
feedback_ui.cc 289 WebContents* tab_; member in class:FeedbackHandler
370 : tab_(tab),
385 Profile* profile = Profile::FromBrowserContext(tab_->GetBrowserContext());
392 Profile* profile = Profile::FromBrowserContext(tab_->GetBrowserContext());
401 if (tab_->GetController().GetActiveEntry()) {
402 page_url = tab_->GetController().GetActiveEntry()->GetURL().spec();
555 tab_->GetBrowserContext())->DownloadPath();
692 tab_->GetDelegate()->CloseContents(tab_);
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 102 tab_(tab),
194 message_filter_->Send(new AutomationMsg_RequestEnd(tab_, id_,
216 message_filter_->Send(new AutomationMsg_RequestRead(tab_, id_, buf_size));
445 tab_ = 0;
531 new AutomationMsg_RequestStart(tab_, id_, automation_request));
545 tab_ = new_tab_handle;
url_request_automation_job.h 106 int tab_; member in class:URLRequestAutomationJob
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 99 int tab_; member in class:URLRequestAutomationJob
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 136 : tab_(tab),
178 const NavigationController& controller = tab_->GetController();
486 if (tab_ && tab_->GetBrowserContext()) {
487 Profile* profile = Profile::FromBrowserContext(tab_->GetBrowserContext());
browser_feature_extractor.h 162 content::WebContents* tab_; member in class:safe_browsing::BrowserFeatureExtractor
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 216 TabContents* tab_; member in class:BugReportHandler
436 : tab_(tab),
458 tab_->profile()->GetChromeURLDataManager()->AddDataSource(
473 tab_->profile()->GetChromeURLDataManager()->AddDataSource(screenshot_source_);
483 if (tab_->controller().GetActiveEntry()) {
484 page_url = tab_->controller().GetActiveEntry()->url().spec();
724 browser->CloseTabContents(tab_);
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 26 : tab_(tab),
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 113 Part tab_[kPartCount]; member in class:__tsan::SyncTab
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 115 AtlUnadvise(tab_, IID_IPropertyNotifySink, prop_notify_cookie_);
119 tab_.Release();
142 HRESULT hr = tab_->get_readyState(&ready_state);
171 hr = chromeview_.QueryControl(tab_.Receive());
181 HRESULT hr = tab_->put_src(base::win::ScopedBstr(UTF8ToWide(url).c_str()));
187 HRESULT hr = AtlAdvise(tab_, this, IID_IPropertyNotifySink,
194 EXPECT_HRESULT_SUCCEEDED(tab_->put_onmessage(onmessage));
195 EXPECT_HRESULT_SUCCEEDED(tab_->put_onloaderror(onloaderror));
196 EXPECT_HRESULT_SUCCEEDED(tab_->put_onload(onload));
217 base::win::ScopedComPtr<IChromeFrame> tab_; member in class:ChromeFrameActiveXContainer
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 218 GtkWidget* widget() const { return tab_.get(); }
399 OwnedWidgetGtk tab_; member in class:TabRendererGtk
tab_strip_gtk.cc 589 tab_(tabstrip->GetTabAt(to_index)),
603 tab_->set_animating_mini_change(true);
618 tabstrip_->SetTabBounds(tab_, tab_bounds);
671 TabGtk* tab_; member in class:MiniMoveAnimation
673 // Initial bounds of tab_.
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 334 TabProxy* tab() const { return tab_.get(); }
470 scoped_refptr<TabProxy> tab_; member in class:ChromeFrameAutomationClient
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 161 tab_(tab) {
162 tab_->SetDelegate(this);
170 DCHECK_EQ(tab_, source);
175 DCHECK_EQ(tab_, source);
187 tab_->SetDelegate(NULL);
188 manager_->ScheduleDeleteOldWebContents(tab_.release(), this);
193 scoped_ptr<WebContents> tab_; member in class:prerender::PrerenderManager::OnCloseWebContentsDeleter
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.js 182 var output = document.getElementById('tab_' + tab.id);
295 var output = document.getElementById('tab_' + tabs[0].id);
  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 258 .WillOnce(Return(tab_));
440 .WillOnce(Return(tab_));

Completed in 3620 milliseconds

12