HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 1 - 25 of 734) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/app_list/
app_list_view_delegate.cc 9 AppListViewDelegate::User::User() : active(false) {
  /external/chromium_org/ui/app_list/views/
app_list_view_observer.h 16 virtual void OnActivationChanged(views::Widget* widget, bool active) = 0;
  /external/clang/test/CodeGen/
2007-09-17-WeakRef.c 6 int active (void) function
2008-09-03-WeakAlias.c 5 int active (void) function
  /external/jemalloc/test/unit/
prof_gdump.c 24 bool active; local
29 active = true;
30 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
prof_idump.c 26 bool active; local
31 active = true;
32 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
prof_accum.c 58 bool active; local
65 active = true;
66 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_icon.h 20 void SetActive(bool active);
21 bool active() const { return active_; } function in class:ManagePasswordsIcon
manage_passwords_icon.cc 20 void ManagePasswordsIcon::SetActive(bool active) {
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
  /external/chromium_org/chromeos/dbus/
audio_node.cc 16 active(false),
25 bool active,
32 active(active),
54 "active = %s ",
55 active ? "true" : "false");
audio_node.h 23 bool active; member in struct:chromeos::AudioNode
33 bool active,
  /external/chromium_org/chrome/browser/extensions/api/commands/
commands.cc 13 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));
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 60 #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="touch"]
    [all...]
  /external/chromium_org/ui/keyboard/resources/
main.css 16 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/
SkAntiEdge.cpp 350 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->fWindingSum = active->fWinding
481 SkAntiEdge* active = first->fNext; local
506 SkAntiEdge* active; local
569 SkAntiEdge* active; local
641 SkAntiEdge* activeLast, * active; local
    [all...]
  /external/chromium_org/cc/resources/
tile_priority.h 59 TilePriority(const TilePriority& active, const TilePriority& pending) {
60 if (active.resolution == HIGH_RESOLUTION ||
63 else if (active.resolution == LOW_RESOLUTION ||
70 active.required_for_activation || pending.required_for_activation;
72 if (active.priority_bin < pending.priority_bin) {
73 priority_bin = active.priority_bin;
74 distance_to_visible = active.distance_to_visible;
75 } else if (active.priority_bin > pending.priority_bin) {
79 priority_bin = active.priority_bin;
81 std::min(active.distance_to_visible, pending.distance_to_visible)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_constval.c 37 /* 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 = src.Negate; /* NOTE! * local
119 GLubyte active; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 37 /* 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 = src.Negate; /* NOTE! * local
119 GLubyte active; local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
subpages_tab_controls.css 10 .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-tab-contents
    [all...]
  /external/chromium_org/ui/base/models/
list_selection_model.h 18 // 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; }
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/
most_visited_iframe.css 16 a:active,
  /external/chromium_org/third_party/polymer/components/core-menu/
core-submenu.css 15 :host(.core-selected, [active]) {
  /external/chromium_org/third_party/polymer/components-chromium/core-menu/
core-submenu.css 15 :host(.core-selected, [active]) {
  /external/chromium_org/chrome/common/extensions/docs/static/js/
fatnav.js 18 //parentNode.classList.remove('active');
20 [].forEach.call(parentNode.querySelectorAll('.active'), function(el, i) {
21 el.classList.remove('active');
37 var wasAlreadyOpen = this.classList.contains('active');
39 wasAlreadyOpen ? this.classList.remove('active') :
40 this.classList.add('active');
54 var wasAlreadyOpen = this.classList.contains('active');
56 wasAlreadyOpen ? this.classList.remove('active') :
57 this.classList.add('active');
75 fatNav.classList.toggle('active');
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
activation_tracker_win.h 21 virtual void OnActivationChanged(views::Widget* widget, bool active) OVERRIDE;
45 // Timer used to check if the taskbar or app list is active. Using a timer

Completed in 1085 milliseconds

1 2 3 4 5 6 7 8 91011>>