HomeSort by relevance Sort by last modified time
    Searched refs:activeList (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollector.cpp 36 DocumentStyleSheetCollector::DocumentStyleSheetCollector(WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& sheetsForList, WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeList, WillBeHeapHashSet<RawPtrWillBeMember<Document> >& visitedDocuments)
38 , m_activeAuthorStyleSheets(activeList)
DocumentStyleSheetCollector.h 50 DocumentStyleSheetCollector(WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& sheetsForList, WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeList, WillBeHeapHashSet<RawPtrWillBeMember<Document> >&);
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 631 AudioFrameList activeList;
642 (activeList.size() +
682 if(activeList.size() >= maxAudioFrameCounter) {
690 for (AudioFrameList::iterator iter = activeList.begin();
691 iter != activeList.end();
707 // When a frame is pushed to |activeList| it is also pushed
714 activeList.erase(replaceItem);
716 activeList.push_front(audioFrame);
740 activeList.push_front(audioFrame);
762 assert(activeList.size() <= maxAudioFrameCounter)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 448 final ArrayList<Event> activeList = new ArrayList<Event>();
464 event, activeList.iterator(), minimumDurationMillis, colMask);
466 colMask = removeAlldayActiveEvents(event, activeList.iterator(), colMask);
471 if (activeList.isEmpty()) {
487 activeList.add(event);
489 int len = activeList.size();
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 252 SipProfile[] activeList = mSipManager.getListOfProfiles();
253 for (SipProfile activeProfile : activeList) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 384 ArrayList<String> activeList = new ArrayList<String>();
408 activeList.add((String)iface);
418 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ACTIVE_TETHER, activeList);
424 activeList.size() + ", " + erroredList.size());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 240 milliseconds