Searched refs:active (Results 151 - 175 of 648) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.cc619 // active profile and closing all its browser windows.
633 menuitem_property_set_int(menu_item, kPropertyToggleState, item.active);
635 if (item.active)
651 // There is no active profile in Guest mode, in which case the action buttons
719 // Rebuild the avatar menu so that the items have the correct active state.
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc95 bool active) {
101 if (!active) {
93 OnWidgetActivationChanged( views::Widget* widget, bool active) argument
H A Dmessage_center_widget_delegate.h72 bool active) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc677 // If the panel is still active (we will deactivate the minimizd panel at
983 void PanelView::OnWidgetActivationChanged(views::Widget* widget, bool active) { argument
985 // WM_NCACTIVATED could be sent when an active window is being destroyed on
990 bool focused = active;
993 // active and belongs to a foreground application.
994 focused = active &&
998 bool focused = active;
H A Dpanel_view.h143 bool active) OVERRIDE;
237 // to capture the screenshot before an active panel goes minimized.
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_icon_view.cc66 if (event.key_code() == ui::VKEY_RETURN && active()) {
67 // If the icon is active, it should transfer its focus to the bubble.
76 if (active())
H A Dmanage_passwords_icon_view_browsertest.cc52 EXPECT_TRUE(view()->active());
86 EXPECT_TRUE(view()->active());
93 EXPECT_FALSE(view()->active());
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc256 if (item_.active || item_.signin_required)
265 rb->GetFontList(item_.active ?
303 if (item_.active) {
304 // If this is the active item then the icon is already scaled and so
365 bool show_edit = IsHighlighted() && item_.active &&
383 if (item_.active)
665 // Clicking on the active profile shouldn't do anything.
666 if (!item_view->item().active) {
H A Dprofile_chooser_view.cc638 // The account management view should only be displayed if the active profile
892 // Separate items into active and alternatives.
900 if (item.active) {
936 // Guest windows don't have an active profile.
1151 // The available links depend on the type of profile that is active.
1218 guest_avatar_item.active = true;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc311 return (instance_ && instance_->active() &&
317 return instance_ && instance_->active();
911 // StackedTabStripLayout positions relative to the active tab, if we
912 // don't add the tab as active things bounce around.
988 selection_model_before_attach_.active() >= 0 &&
989 selection_model_before_attach_.active() < attached_model->count()) {
1247 // Search from the active index to the front of the tabstrip. Do this as tabs
1248 // overlap each other from the active index.
1255 // The position to drag to corresponds to the active tab. If the next/previous
1415 // Reset the active/lea
[all...]
H A Dtab_drag_controller.h109 bool active() const { return active_; } function in class:TabDragController
259 // Moves the active tab to the next/previous tab. Used when the next/previous
324 // so that the active tab should be dragged there.
329 // tab so that the active tab should be dragged there.
522 // Is the drag active?
H A Dtab_strip.cc116 // 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.
586 // When transitioning to stacked try to keep the active tab centered.
750 // closing before the user changes the active tab, so there's little reason to
756 // become clipped if we changed the active tab, widening either this tab or
764 // If the active tab is on or before this tab, we're safe.
768 // We need to check what would happen if the active tab were to move to this
812 touch_layout_->SetActiveIndex(new_selection.active());
852 tab_at(new_selection.active())->NotifyAccessibilityEvent(
1287 // Make sure non-active tab
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc641 const int active_row = tab_table_->selection_model().active();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc281 bool active) {
285 if (active) {
280 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
H A Dtoolbar_view.h143 bool active) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc156 bool active = false; local
162 &active)) {
164 browser_action.ToValue((extension->get()), active));
171 &active)) {
172 extensions_list->Append(page_action.ToValue((extension->get()), active));
187 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN);
190 iter->second.ToValue((extension->get()), active));
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc906 // appear before the REQUEST_ALIVE events we add for currently active
1094 result->SetString("error", "no TransportSecurityState active");
1386 namespace_dict->SetBoolean("active", namespace_providers[i].active);
/external/chromium_org/chrome/common/extensions/
H A Dcommand.cc534 bool active) const {
548 extension_data->SetBoolean("active", active);
H A Dcommand.h57 // |active| specifies whether the command is active or not.
59 const Extension* extension, bool active) const;
/external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
H A Dpopup.js24 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
H A Dpopup.js90 // injected into all frames of the active tab, so this listener may be called
101 // Set up event handlers and inject send_links.js into all frames in the active
111 chrome.tabs.query({active: true, windowId: currentWindow.id},
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
H A Dbackground.js11 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
85 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Dchrome_shared.css55 a:active {
H A Doverlay.css92 .overlay .page > .close-button:active {
H A Dwidgets.css169 :enabled:active:-webkit-any(
182 :enabled:active:-webkit-any(select) {
263 .link-button:active {

Completed in 590 milliseconds

1234567891011>>