Searched refs:timeList (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp40 if (index.row() >= timeList.size())
42 return timeList.at(index.row());
76 timeList << time;
H A Deventhistory.h38 QStringList timeList; member in class:EventListModel
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp34 if (index.row() >= timeList.size())
36 return timeList.at(index.row());
70 timeList << time;
H A Deventhistory.h32 QStringList timeList; member in class:EventListModel
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp276 static void sortTimeList(Vector<SMILTime>& timeList) argument
278 std::sort(timeList.begin(), timeList.end());
358 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes; local
362 for (unsigned n = 0; n < timeList.size(); ++n)
363 existing.add(timeList[n].value());
371 timeList.append(value);
373 sortTimeList(timeList);

Completed in 139 milliseconds