HomeSort by relevance Sort by last modified time
    Searched defs:foreach (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp 91 foreach (QNetworkCookie networkCookie, cookies) { function
112 foreach (QNetworkCookie networkCookie, cookies)
DragDataQt.cpp 58 foreach (const QUrl &url, urls) { function
70 foreach (const QUrl &url, urls) { function
FileSystemQt.cpp 109 foreach (const QFileInfo fileInfo, fileInfoList) { function
  /external/mesa3d/src/mesa/main/
simple_list.h 183 #define foreach(ptr, list) \ macro
189 * Same as #foreach but lets you unlink the current value during a list
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen, member in struct:ypall_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen, member in struct:ypall_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen, member in struct:ypall_callback
  /external/webkit/Tools/QtTestBrowser/
main.cpp 348 foreach (QString url, urls) { function
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 161 // Foreach - A limited form of map iteration.
181 void foreach(Callback& C) { function in class:llvm::ImmutableMap
184 Root->foreach(CB);
189 void foreach() { function in class:llvm::ImmutableMap
192 Root->foreach(CB);
ImmutableSet.h 171 /// foreach - A member template the accepts invokes operator() on a functor
175 void foreach(Callback& C) { function in class:llvm::ImutAVLTree
177 L->foreach(C);
182 R->foreach(C);
1047 void foreach(Callback& C) { if (Root) Root->foreach(C); } function in class:llvm::ImmutableSet
1050 void foreach() { if (Root) { Callback C; Root->foreach(C); } } function in class:llvm::ImmutableSet
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 105 foreach (QWidget* widget, m_videoWidget->findChildren<QWidget*>())
160 foreach (const QString& type, types) { function
MediaPlayerPrivateQt.cpp 91 foreach (const QString& codecStrNotTrimmed, codecList) { function
345 foreach (const QMediaTimeInterval interval, playbackRanges.intervals()) { function
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 287 foreach(QWebElement p, paras) { function
349 foreach(QWebElement p, body.findAll("p")) { function
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 553 function foreach(array, fn) { function
924 foreach(expressions.split(/\s*;\s*/), function(expression) {
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 104 foreach (const QSslError& error, errors) { function
265 foreach (QWebFrame* frame, m_pendingGeolocationRequests)
763 foreach (QObject* widget, windows)
876 foreach (QWebHistoryItem item, children)
895 foreach (const QWebHistoryItem item, history->backItems(maxItems)) { function
905 foreach (const QWebHistoryItem item, history->forwardItems(maxItems)) { function
962 foreach (QObject* widget, windows) { function
1146 foreach (QObject* widget, windows) { function
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 1183 foreach(int index, matchingIndices) { function
1646 foreach(QtConnectionObject* conn, conns) { function
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 527 foreach (QObject* child, view.children()) { function
545 foreach (QObject* child, view.children()) { function
2681 foreach (QString subString, words) { function
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 709 foreach (QObject* child, children) { function
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]

Completed in 849 milliseconds