HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 126 - 150 of 479) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/css/
html.css 557 input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active {
561 input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater.h 49 // Used for counting number of active users of an app, where "active" means
50 // the app was launched at least once since the last active ping.
51 ACTIVE
55 // The number of days it's been since our last rollcall or active ping,
62 PingData(int rollcall, int active)
63 : rollcall_days(rollcall), active_days(active) {}
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 35 int active = trial->AppendGroup("active", 5); // 0.5% in active group. local
37 bool run_experiment = (trial->group() == active);
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 119 bool active = add_types & ADD_ACTIVE; local
138 if (active) {
140 // confusing by having multiple groups active at the same time.
146 if (active) {
148 // confusing by having multiple groups active at the same time.
159 TabInsertedAt(contents, index, active));
161 if (active) {
180 // When the active tab contents is replaced send out selected notification
227 // Move the active and anchor to the first selected index.
229 selection_model_.set_anchor(selection_model_.active());
    [all...]
  /external/chromium-trace/src/shared/css/
bubble.css 48 .bubble-close:active {
expandable_bubble.css 84 .expandable-bubble-close:active {
  /external/qemu/audio/
audio_int.h 118 int active; member in struct:SWVoiceOut
129 int active; member in struct:SWVoiceIn
  /external/quake/quake/src/QW/server/
server.h 38 qboolean active; // false when server is going down member in struct:__anon11774
206 double active; member in struct:__anon11777
sv_main.c 1275 svs.stats.active += end-start;
1278 svs.stats.latched_active = svs.stats.active;
1281 svs.stats.active = 0;
1398 int active; local
1407 // count active users
1409 active = 0;
1413 active++;
1417 svs.heartbeat_sequence, active);
    [all...]
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 28 Destruction of a barrier with active waiters: barrier 0x........
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 87 final boolean active = reader.nextInt() != 0;
95 // fold in active numbers, but only when active
96 if (active) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataCallState.java 44 public int active = 0; field in class:DataCallState
83 .append(" active=").append(active)
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 63 ArrayList<String> active = intent.getStringArrayListExtra(
67 updateTetherState(available.toArray(), active.toArray(), errored.toArray());
  /build/tools/droiddoc/templates-sdk/assets/js/
default.js 26 $("#search-container").removeClass('active');
41 $(this).removeClass('active');
45 $(this).addClass('active');
66 $("#search-container").addClass('active');
69 $("#search-container").addClass('active');
76 $("#search-container").removeClass('active');
83 $("#search-container").removeClass('active');
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 108 a:active {
736 .download-button:active {
945 a:focus, a:hover, a:active {
1386 .button:active, a.button:active {
1404 .button-secondary:active, a.button-secondary:active {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 87 void (*WIN_Activate)(_THIS, BOOL active, BOOL iconic);
352 BOOL active, minimized; local
356 active = (LOWORD(wParam) != WA_INACTIVE) && !minimized;
357 if ( active ) {
408 WIN_Activate(this, active, minimized);
  /external/webkit/Source/WebCore/page/
FocusController.cpp 409 void FocusController::setActive(bool active)
411 if (m_isActive == active)
414 m_isActive = active;
425 if (!active)
436 dispatchEventsOnWindowAndFocusedNode(m_focusedFrame->document(), active);
  /frameworks/av/media/libmedia/
AudioRecord.cpp 502 int active; local
517 active = mActive;
518 if (CC_UNLIKELY(!active)) {
593 active = mActive;
594 return active ? status_t(NO_ERROR) : status_t(STOPPED);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 641 boolean active = true;
652 active = fillBuffer(stream, buffer);
659 if (!active && stream.isOpen())
662 return active;
666 boolean active = true;
668 active = fillBuffer(stream, id);
673 return active;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 112 translated[attributeIndex].active = (program->getSemanticIndex(attributeIndex) != -1);
120 if (translated[i].active && attribs[i].mArrayEnabled && (buffer || attribs[i].mPointer))
144 if (translated[i].active && attribs[i].mArrayEnabled && buffer)
154 if (translated[j].active && attribs[j].mArrayEnabled && attribs[j].mBoundBuffer.get() == buffer)
178 if (translated[i].active && attribs[i].mArrayEnabled && (buffer || attribs[i].mPointer))
193 if (translated[i].active)
517 if (attributes[i].active)
  /external/chromium/chrome/browser/chromeos/login/
user_controller.cc 181 // controller will not get notified about the active window change.
288 void UserController::OnWidgetActivated(bool active) {
289 is_user_selected_ = active;
290 if (active) {
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 298 EXPECT_FALSE(io_watcher_->active());
305 EXPECT_FALSE(webkit_watcher_->active());
326 EXPECT_TRUE(io_watcher_->active());
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 644 void EditorClientQt::setInputMethodState(bool active)
670 active = true;
681 webPageClient->setInputMethodEnabled(active);
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 136 atomic_t active; member in struct:mddev_s
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 225 int active = 0; local
228 active = Thread.activeCount();
230 assertTrue("Incorrect activeCount for current group: " + active, active > 1);

Completed in 769 milliseconds

1 2 3 4 56 7 8 91011>>