Searched refs:active (Results 1 - 25 of 648) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/polymer/components-chromium/core-icon-button/
H A Dcore-icon-button-extracted.js17 * active state.
19 * @attribute active
23 active: false,
37 this.classList.toggle('selected', this.active);
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.cc9 AppListViewDelegate::User::User() : active(false) {
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-submenu-extracted.js6 active: {value: false, reflect: true}
26 this.opened = this.active;
28 if (!this.active) {
38 if (this.hasItems() && this.active) {
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-982.js34 function g(active) {
36 if (i == active) {
/external/smack/src/org/jivesoftware/smackx/
H A DChatState.java33 active, enum constant in enum:ChatState
/external/chromium_org/third_party/polymer/components-chromium/paper-focusable/
H A Dpaper-focusable-extracted.js7 * If true, the button is currently active either because the
9 * and is currently in the active state.
11 * @attribute active
15 active: {value: false, reflect: true},
46 * If true, the button toggles the active state with each tap.
47 * Otherwise, the button becomes active when the user is holding
71 this.active = !this.active;
73 this.active = true;
93 this.active
[all...]
/external/clang/test/CodeGen/
H A D2007-09-17-WeakRef.c6 int active (void) function
H A D2008-09-03-WeakAlias.c5 int active (void) function
/external/jemalloc/test/unit/
H A Dprof_gdump.c24 bool active; local
29 active = true;
30 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
H A Dprof_idump.c26 bool active; local
31 active = true;
32 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.cc20 void ManagePasswordsIcon::SetActive(bool active) { argument
21 if (active_ == active)
23 active_ = active;
48 icon_id_ = active() ? IDR_SAVE_PASSWORD_ACTIVE : IDR_SAVE_PASSWORD_INACTIVE;
51 icon_id_ = active() ? IDR_SAVE_PASSWORD_DISABLED_ACTIVE
H A Dmanage_passwords_icon.h20 void SetActive(bool active);
21 bool active() const { return active_; } function in class:ManagePasswordsIcon
/external/chromium_org/chromeos/dbus/
H A Daudio_node.cc16 active(false),
25 bool active,
32 active(active),
54 "active = %s ",
55 active ? "true" : "false");
20 AudioNode(bool is_input, uint64 id, std::string device_name, std::string type, std::string name, bool active, uint64 plugged_time) argument
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommands.cc13 const extensions::Command& command, bool active) {
18 active ? command.accelerator().GetShortcutText() :
32 bool active = false; local
36 &active)) {
37 command_list->Append(CreateCommandValue(browser_action, active));
44 &active)) {
45 command_list->Append(CreateCommandValue(page_action, active));
59 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN);
61 command_list->Append(CreateCommandValue(iter->second, active));
12 CreateCommandValue( const extensions::Command& command, bool active) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css60 #calculator-buttons button.add[data-active="touch"],
61 #calculator-buttons button.add[data-active="mouse"]:active {
69 #calculator-buttons button.clear[data-active="touch"],
70 #calculator-buttons button.clear[data-active="mouse"]:active {
78 #calculator-buttons button.divide[data-active="touch"],
79 #calculator-buttons button.divide[data-active="mouse"]:active {
87 #calculator-buttons button.eight[data-active
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view_observer.h16 virtual void OnActivationChanged(views::Widget* widget, bool active) = 0;
/external/chromium_org/ui/keyboard/resources/
H A Dmain.css16 kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl],
17 kb-keyboard.alt-active kb-modifier-key[char=Alt],
36 .dark:not(.active),
37 :not(kb-altkey-set) > :not(.dark).active {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSkAntiEdge.cpp350 for (SkAntiEdge* active = fEdges.begin(); active != fEdges.end(); ++active) {
351 active->calcLine();
355 SkAntiEdge* active; local
357 for (active = first; active != &fTailEdge; active = active->fNext) {
358 active
481 SkAntiEdge* active = first->fNext; local
506 SkAntiEdge* active; local
569 SkAntiEdge* active; local
641 SkAntiEdge* activeLast, * active; local
[all...]
/external/skia/experimental/Intersection/
H A DSkAntiEdge.cpp350 for (SkAntiEdge* active = fEdges.begin(); active != fEdges.end(); ++active) {
351 active->calcLine();
355 SkAntiEdge* active; local
357 for (active = first; active != &fTailEdge; active = active->fNext) {
358 active
481 SkAntiEdge* active = first->fNext; local
506 SkAntiEdge* active; local
569 SkAntiEdge* active; local
641 SkAntiEdge* activeLast, * active; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_constval.c37 /* Component is active if it may diverge from [0,0,0,1]. Undef values
42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS]; member in struct:tracker
50 GLubyte active )
57 assert(index < Elements(t->active[0]));
58 t->active[file][index] |= active;
67 GLuint active )
69 set_active_component( t, dst.File, dst.Index, active & dst.WriteMask );
89 return t->active[file][index] & (1<<component);
101 GLubyte active local
119 GLubyte active; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_constval.c37 /* Component is active if it may diverge from [0,0,0,1]. Undef values
42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS]; member in struct:tracker
50 GLubyte active )
57 assert(index < Elements(t->active[0]));
58 t->active[file][index] |= active;
67 GLuint active )
69 set_active_component( t, dst.File, dst.Index, active & dst.WriteMask );
89 return t->active[file][index] & (1<<component);
101 GLubyte active local
119 GLubyte active; local
[all...]
/external/chromium_org/chrome/browser/resources/options/
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/ui/base/models/
H A Dlist_selection_model.h18 // active: the index of the currently visible tab in the tab strip.
23 // active index correspond to the same thing.
38 // See class description for details of active.
39 void set_active(int active) { active_ = active; } argument
40 int active() const { return active_; } function in class:ui::ListSelectionModel
50 // updates the anchor and active indices.
60 // Sets the anchor, active and selection to |index|.
66 // Adds |index| to the selection. This does not change the active or anchor
70 // Removes |index| from the selection. This does not change the active o
[all...]
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_iframe.css16 a:active,
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/
H A Dbackground.js8 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {

Completed in 2748 milliseconds

1234567891011>>