/external/chromium_org/ui/app_list/ |
app_list_view_delegate.cc | 9 AppListViewDelegate::User::User() : active(false) {
|
/bootable/diskinstaller/ |
android_img_system_layout.conf | 16 active y 24 active y 32 active y
|
android_img_data_layout.conf | 16 active y 24 active y 32 active y
|
installer_img_layout.conf | 15 active y
|
/external/smack/src/org/jivesoftware/smackx/ |
ChatState.java | 33 active, enum constant in enum:ChatState
|
/external/chromium_org/chrome_frame/crash_reporting/ |
crash_metrics.h | 42 bool active() const { function in class:CrashMetricsReporter 46 void set_active(bool active) { 47 active_ = active; 57 // Indicates whether the crash metrics reporter instance is active.
|
/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/chromium_org/chrome/browser/extensions/api/commands/ |
commands.cc | 12 const extensions::Command& command, bool active) { 17 active ? command.accelerator().GetShortcutText() : 31 bool active = false; local 35 &active)) { 36 command_list->Append(CreateCommandValue(browser_action, active)); 43 &active)) { 44 command_list->Append(CreateCommandValue(page_action, active)); 51 &active)) { 52 command_list->Append(CreateCommandValue(script_badge, active)); 66 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN) [all...] |
/external/chromium_org/net/http/ |
http_pipelined_host_test_util.cc | 24 MockPipeline::MockPipeline(int depth, bool usable, bool active) 27 active_(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/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...] |
/build/target/board/vbox_x86/ |
disk_layout.conf | 27 active y 35 active y 43 active y
|
/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/chrome/browser/resources/options/ |
subpages_tab_controls.css | 12 .subpages-nav-tabs .active-tab { 23 * active label. Only one is visible at a time, but the bold label is used to 26 .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 { 64 .active-tab-contents [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 { 72 .active-tab-contents [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
status_area_button.h | 41 void set_active(bool active) { active_ = active; } 42 bool active() const { return active_; } function in class:chromeos::StatusAreaButton
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_selection_model.h | 15 // active: the index of the currently visible tab in the tab strip. 20 // anchor and active index correspond to the same thing. 35 // See class description for details of active. 36 void set_active(int active) { active_ = active; } 37 int active() const { return active_; } function in class:TabStripSelectionModel 47 // updates the anchor and active indices. 57 // Sets the anchor, active and selection to |index|. 63 // Adds |index| to the selection. This does not change the active or anchor 67 // Removes |index| from the selection. This does not change the active o [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...] |
/system/core/toolbox/ |
getsebool.c | 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local 73 active = security_get_boolean_active(names[i]); 74 if (active < 0) { 77 fprintf(stderr, "Error getting active value for %s\n", 89 if (pending != active) { 91 (active ? "on" : "off"), 95 (active ? "on" : "off"));
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_iframe.css | 16 a:active,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRemoteCallbackList.java | 101 Object[] active = activeBroadcast; local 102 if (active == null || active.length < N) { 103 activeBroadcast = active = new Object[N]; 107 active[i++] = cb; 128 Object[] active = activeBroadcast; local 129 if (active != null) { 132 active[i] = null;
|