HomeSort by relevance Sort by last modified time
    Searched full:soup (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/WebCore/platform/gtk/
GOwnPtrGtk.cpp 26 #include <libsoup/soup-uri.h>
LoggingGtk.cpp 45 // soup's is available in release builds
  /external/webkit/WebCore/platform/network/
ResourceHandleInternal.h 48 #if USE(SOUP)
49 #include <libsoup/soup.h>
115 #if USE(SOUP)
196 #if USE(SOUP)
ResourceHandle.h 35 #if USE(SOUP)
173 #if PLATFORM(QT) || USE(CURL) || USE(SOUP) || PLATFORM(ANDROID)
177 #if USE(SOUP)
  /external/webkit/WebCore/platform/network/soup/
CookieJarSoup.h 31 #include <libsoup/soup.h>
ResourceRequestSoup.cpp 28 #include <libsoup/soup.h>
95 // Soup has its own queue control; it wants to have all requests
ResourceRequest.h 32 #include <libsoup/soup.h>
ResourceResponse.h 31 #include <libsoup/soup.h>
ResourceHandleSoup.cpp 53 #include <libsoup/soup.h>
150 // handled by soup directly.
227 // in case authentication with the soup feature doesn't happen
441 // to significantly improve page loading time compared to soup's
  /external/webkit/WebKit/gtk/webkit/
webkitnetworkresponse.h 24 #include <libsoup/soup.h>
webkitsoupauthdialog.h 21 #include <libsoup/soup.h>
webkitnetworkrequest.h 24 #include <libsoup/soup.h>
webkitwebview.h 26 #include <libsoup/soup.h>
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 1 """Beautiful Soup
6 Beautiful Soup parses a (possibly invalid) XML or HTML document into a
16 Beautiful Soup works with Python 2.2 and up. It has no external
26 Beautiful Soup defines classes for two main parsing strategies:
35 Beautiful Soup also defines a class (UnicodeDammit) for autodetecting
39 For more than you ever wanted to know about Beautiful Soup, see the
61 * Neither the name of the the Beautiful Soup Consortium and All
100 #These hacks make Beautiful Soup able to parse XML with namespaces
383 return str.replace("%SOUP-ENCODING%", encoding)
444 if u'%SOUP-ENCODING%' in output
1999 soup = BeautifulSoup(sys.stdin) variable
    [all...]
buildbot.py 126 soup = BeautifulSoup(page)
129 status_table = soup.find('table')
bugzilla.py 205 soup = BeautifulSoup(self._load_query(query))
209 for bug_link_cell in soup('td', "first-child")]
401 soup = BeautifulSoup(page)
403 bug["id"] = int(soup.find("bug_id").string)
404 bug["title"] = unicode(soup.find("short_desc").string)
405 bug["reporter_email"] = str(soup.find("reporter").string)
406 bug["assigned_to_email"] = str(soup.find("assigned_to").string)
408 for element in soup.findAll('cc')]
409 bug["attachments"] = [self._parse_attachment_element(element, bug["id"]) for element in soup.findAll('attachment')]
buildbot_unittest.py 78 soup = BeautifulSoup(self._example_one_box_status)
79 status_table = soup.find("table")
bugzilla_unittest.py 216 soup = BeautifulSoup(self._example_attachment)
217 attachment_element = soup.find("attachment")
  /external/webkit/WebKit/gtk/tests/
testloading.c 22 #include <libsoup/soup.h>
29 * looks like soup refuses to send or receive a too small chunk */
testmimehandling.c 23 #include <libsoup/soup.h>
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 61 soup = BeautifulSoup(page)
65 for email_item in soup('li'):
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /ndk/build/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /ndk/build/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.

Completed in 96 milliseconds

1 2