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

  /external/webkit/WebKit/qt/docs/webkitsnippets/webelement/
main.cpp 39 static void findAll()
41 //! [FindAll]
55 //! [FindAll intro]
56 QWebElementCollection allSpans = document.findAll("span");
57 QWebElementCollection introSpans = document.findAll("p.intro span");
58 //! [FindAll intro] //! [FindAll]
67 findAll();
  /external/webkit/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 120 QWebElementCollection list = body.findAll("p");
198 QWebElement p = m_mainFrame->documentElement().findAll("p").at(0);
268 QWebElement svg = body.findAll("*#foobar").at(0);
282 QWebElementCollection paras = body.findAll("p");
316 QWebElementCollection paras = body.findAll("p");
332 const QWebElementCollection paras = body.findAll("p");
348 foreach(QWebElement p, body.findAll("p")) {
352 QCOMPARE(body.findAll("div").count(), 4);
368 QWebElementCollection collection = body.findAll("p");
371 collection.append(body.findAll("div"))
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot.py 64 status_cells = status_row.findAll('td')
130 for status_row in status_table.findAll('tr'):
buildbot_unittest.py 80 input_rows = status_table.findAll('tr')
BeautifulSoup.py 585 findAll() method. Eg. tag('a') returns a list of all the A tags
587 return apply(self.findAll, args, kwargs)
768 l = self.findAll(name, attrs, recursive, text, 1, **kwargs)
774 def findAll(self, name=None, attrs={}, recursive=True, text=None,
789 findChildren = findAll
793 fetch = findAll
796 return self.findAll(text=text, recursive=recursive, limit=limit)
    [all...]
bugzilla.py 408 for element in soup.findAll('cc')]
409 bug["attachments"] = [self._parse_attachment_element(element, bug["id"]) for element in soup.findAll('attachment')]
579 match.group('error_message')).findAll(text=True)
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 46 // (or the text needs to be changed) before WebView.findAll can be called.
139 findAll();
188 findAll();
191 private void findAll() {
194 "No WebView for FindDialog::findAll");
203 int found = mWebView.findAll(find.toString());
232 findAll();
  /external/webkit/WebKit/qt/Api/
qwebelement.h 55 QWebElementCollection findAll(const QString &selectorQuery) const;
qwebelement.cpp 69 Specific elements can be accessed using findAll() and findFirst(). These
71 demonstrates the use of findAll().
73 \snippet webkitsnippets/webelement/main.cpp FindAll
79 Using findFirst() is more efficient than calling findAll(), and extracting
211 QWebElementCollection QWebElement::findAll(const QString &selectorQuery) const
224 \sa findAll()
    [all...]
qwebframe.cpp     [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 658 findAll: function(iterator, context) {
805 select: Enumerable.findAll,
806 filter: Enumerable.findAll,
897 return this.uniq().findAll(function(item) {
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 907 method = "findAll",
918 assertEquals(2, mWebView.findAll("find"));
929 method = "findAll",
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 489 milliseconds