Searched refs:active (Results 101 - 125 of 648) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js715 label.classList.add('active-network');
858 * active menu.
980 * @param {boolean} active Whether the control is active.
982 updateToggleControl: function(key, active) {
986 entry.iconType = active ? 'control-active' :
1200 * Fetches the active connection.
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_page.css74 .raw-button:active {
293 list .row-delete-button:active {
H A Dsearch_page.js190 * @param {boolean} active True if we are on the search page.
193 setSearchActive_: function(active) {
194 // It's fine to exit if search wasn't active and we're not going to
196 if (!this.searchActive_ && !active)
202 this.searchActive_ = active;
204 if (active) {
232 if (!active)
239 if (active) {
247 if (active) {
248 // When search is active, remov
[all...]
H A Dsettings_banner.css41 .settings-banner > .close-button:active {
H A Dsubpages_tab_controls.css10 .subpages-nav-tabs .active-tab {
22 * active label. Only one is visible at a time, but the bold label is used to
25 .subpages-nav-tabs .active-tab-label,
40 .subpages-nav-tabs .active-tab-label,
41 .subpages-nav-tabs .active-tab .tab-label {
45 /* .tab is not removed when .active-tab is added, so we must
46 * override the hidden visibility above in the active tab case.
48 .subpages-nav-tabs .active-tab .active-tab-label {
70 .active
[all...]
/external/chromium_org/chrome/browser/resources/pdf/
H A Dpdf.js297 if (this.passwordScreen_.active) {
299 this.passwordScreen_.active = false;
341 if (this.passwordScreen_.active)
361 if (!this.passwordScreen_.active)
362 this.passwordScreen_.active = true;
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.css142 #destination-search .cloudprint-promo .close-button:active {
/external/chromium_org/chrome/browser/resources/security_warnings/
H A Dinterstitial_v2.css39 button:active {
145 .safe-browsing button:active {
/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css108 #metro-action-box button:active,
109 #metro-action-box button:focus:active {
119 #metro-action-box button[disabled]:active {
H A Dsync_setup_overlay.css83 #sync-setup-overlay * a:active {
323 .signin-box input[type=submit]:active,
324 .signin-box input[type=submit]:focus:active {
334 .signin-box input[type=submit][disabled]:active {
411 .signin-box .account-link:active {
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_shared.css186 .page-banner.clickable:active .page-banner-text {
/external/chromium_org/chrome/browser/resources/user_manager/
H A Dcontrol_bar.css69 #login-header-bar button:active,
H A Duser_manager.css154 .action-box-area.active .action-box-button {
168 .action-box-area.active .action-box-button {
/external/chromium_org/chrome/browser/sessions/
H A Dbetter_session_restore_browsertest.cc108 void SetBackgroundModeActive(bool active) { argument
109 background_mode_active_ = active;
502 // ... unless background mode is active.
553 // ... even if background mode is active.
799 // ... unless background mode is active.
834 // ... even if background mode is active.
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc693 void SupervisedUserService::SetActive(bool active) { argument
694 if (active_ == active)
696 active_ = active;
934 // The active user can be NULL in unit tests.
H A Dsupervised_user_service.h84 virtual bool SetActive(bool active) = 0;
249 void SetActive(bool active);
H A Dsupervised_user_settings_service.cc89 void SupervisedUserSettingsService::SetActive(bool active) { argument
90 active_ = active;
H A Dsupervised_user_settings_service.h83 void SetActive(bool active);
144 // active, or NULL otherwise.
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver.cc68 "Detected multi-parent trackers (active tracker_id=%" PRId64 ")",
80 if (tracker.active())
H A Ddrive_backend_test_util.cc57 EXPECT_EQ(left.active(), right.active());
H A Dlocal_to_remote_syncer.cc133 DCHECK(active_ancestor_tracker->active());
206 // The original target has remote active file/folder.
230 // The original target has remote parent folder and doesn't have remote active
337 DCHECK(remote_file_tracker_->active());
398 DCHECK(remote_file_tracker_->active());
708 // active folder.
H A Dmetadata_database.cc692 DCHECK(tracker->active());
694 // Keep the app-root tracker active (but change the tracker_kind) so that
695 // other conflicting trackers won't become active.
714 DCHECK(tracker->active());
795 if (!FindTrackerByTrackerID(tracker_id, &current) || !current.active())
805 !current.active())
818 if (tracker.active()) {
1095 // - There is no active tracker that tracks |tracker->file_id()|.
1096 // - There is no active tracker that has the same |parent| and |title|.
1097 if (!tracker.active()
[all...]
H A Dmetadata_database_index.cc142 if (!tracker.active())
502 DCHECK(new_tracker.active());
513 DCHECK(old_tracker.active());
514 DCHECK(!new_tracker.active());
521 DCHECK(!old_tracker.active());
522 DCHECK(new_tracker.active());
534 DCHECK(tracker.active());
565 if (old_tracker.active() && !new_tracker.active())
567 else if (!old_tracker.active()
[all...]
H A Dmetadata_database_index_on_disk.cc48 // # Index from file ID to the active tracker ID
60 // # Index from the parent tracker ID and the title to the active tracker ID
170 if (!tracker->active())
749 DCHECK(tracker.active());
760 DCHECK(old_tracker.active());
761 DCHECK(!new_tracker.active());
768 DCHECK(!old_tracker.active());
769 DCHECK(new_tracker.active());
785 DCHECK(tracker.active());
820 if (old_tracker.active()
[all...]
H A Dregister_app_task.cc75 if (candidate.active()) {
137 DCHECK(!tracker->active());

Completed in 368 milliseconds

1234567891011>>