Searched refs:active (Results 176 - 200 of 648) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.h45 bool active) OVERRIDE;
82 void TabCreatedAt(content::WebContents* contents, int index, bool active);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error_overlay.css63 .extension-error-overlay-stack-trace-list li.extension-error-active {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.cc57 EXPECT_EQ(left.active(), right.active());
H A Dregister_app_task.cc75 if (candidate.active()) {
137 DCHECK(!tracker->active());
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...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Dchrome_shared.css55 a:active {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
H A Dselect.css46 select:enabled:active {
/external/chromium_org/chrome/renderer/resources/
H A Dplugin_placeholders.css75 #close:active {
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
H A Dchrome_shared2.css57 a:active {
/external/chromium_org/gpu/config/
H A Dgpu_info.cc14 enumerator->AddBool("active", device.active);
40 active(false) {
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerButton.css51 :enabled:active:-webkit-any(button, input[type='button']) {
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h48 // The next "active" system is only used by save, saveLayer, restore,
50 // To determine which saveLayers are currently active (at a
52 // saves just return a kPushLayer action but don't track active state
54 // saveLayers return kPushLayer but also track the active state
55 // To determine which culls are currently active (at a given point)
67 virtual void setActive(bool active) {} argument
68 virtual bool active() const { return false; } function in class:SkDrawCommand
561 virtual void setActive(bool active) SK_OVERRIDE { fActive = active; }
562 virtual bool active() cons
634 setActive(bool active) argument
635 virtual bool active() const { return fActive; } function in class:SkPushCullCommand
[all...]
/external/chromium_org/ui/views/examples/
H A Dtable_example.cc146 base::UTF16ToASCII(GetText(table_->selection_model().active(),
152 base::UTF16ToASCII(GetText(table_->selection_model().active(),
/external/chromium_org/ui/webui/resources/css/
H A Dbubble.css54 .bubble-close:active {
H A Dchrome_shared.css65 a:active {
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h209 virtual void WindowActivated(bool active) { argument
210 SDL_PrivateAppActive(active, SDL_APPINPUTFOCUS);
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h48 // The next "active" system is only used by save, saveLayer, restore,
50 // To determine which saveLayers are currently active (at a
52 // saves just return a kPushLayer action but don't track active state
54 // saveLayers return kPushLayer but also track the active state
55 // To determine which culls are currently active (at a given point)
67 virtual void setActive(bool active) {} argument
68 virtual bool active() const { return false; } function in class:SkDrawCommand
543 virtual void setActive(bool active) SK_OVERRIDE { fActive = active; }
544 virtual bool active() cons
616 setActive(bool active) argument
617 virtual bool active() const { return fActive; } function in class:SkPushCullCommand
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DChatStateManager.java170 if (updateChatState(chat, ChatState.active)) {
171 message.addExtension(new ChatStateExtension(ChatState.active));
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.css249 .custom-icon-hardlocked.interactive-custom-icon:active {
261 .custom-icon-locked.interactive-custom-icon:active {
273 .custom-icon-unlocked.interactive-custom-icon:active {
358 .action-box-area.active {
373 .action-box-area.active .action-box-button {
410 .action-box-area.active ~ .action-box-menu {
422 .action-box-area.active ~ .action-box-menu.left-edge-offset {
426 .action-box-area.active ~ .action-box-menu.right-edge-offset {
430 .action-box-area.active ~ .action-box-menu:not(.menu-moved-up) {
434 .action-box-area.active ~
[all...]
/external/qemu/audio/
H A Daudio.c855 if (sw->active) {
871 int was_active = sw->active;
884 since this might have been the only active voice */
914 sw->active = hw->enabled;
928 dolog ("Added %s active = %d\n", sw->name, sw->active);
930 if (sw->active) {
946 if (sw->active) {
1071 if (sw->active && !sw->empty) {
1313 if (sw->active !
[all...]
/external/chromium_org/chrome/browser/net/
H A Dservice_providers_win.cc41 provider.active = TRUE == namespace_providers[i].fActive;
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu.h55 bool active; member in struct:AvatarMenu::Item
127 // Returns the index of the active profile.
140 // last active browser changes, the menu will need to reference that browser.
H A Dprofile_list_desktop.cc61 item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css44 #login-header-bar button:active,
59 #login-header-bar button:active:not(.button-restricted),
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css154 .action-box-area.active .action-box-button {
168 .action-box-area.active .action-box-button {

Completed in 2659 milliseconds

1234567891011>>