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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/resources/
foreign-fallback.manifest 4 /appcache/resources/foreign-fallback/ foreign-fallback-fallback.html
foreign-iframe.manifest 3 foreign-iframe.html
4 foreign-iframe-subresource.js
foreign-iframe.html 1 <html manifest="foreign-iframe.manifest">
3 <script src="foreign-iframe-subresource.js"></script>
xhr-foreign-resource.manifest 2 xhr-foreign-resource-frame.html
xhr-foreign-resource-frame.html 1 <html manifest="xhr-foreign-resource-2.manifest">
  /external/webkit/LayoutTests/http/tests/appcache/
xhr-foreign-resource-expected.txt 1 Test that a resource marked as foreign can still be loaded via XHR.
xhr-foreign-resource.html 1 <html manifest="resources/xhr-foreign-resource.manifest">
3 <p>Test that a resource marked as foreign can still be loaded via XHR.</p>
24 ifr.setAttribute("src", "resources/xhr-foreign-resource-frame.html");
32 ifr.setAttribute("src", "resources/xhr-foreign-resource-frame.html?");
59 // manifest, so it should be loaded successfully despite being marked as foreign now.
62 req.open("GET", "resources/xhr-foreign-resource-frame.html", false);
foreign-fallback-expected.txt 4 The frame below should display a Not Found error - the fallback entry is foreign, so it shouldn't be used for main resource.
foreign-fallback.html 1 <html manifest="resources/foreign-fallback.manifest">
19 ifr.setAttribute("src", "resources/foreign-fallback/does-not-exist.html");
46 <p>The frame below should display a Not Found error - the fallback entry is foreign, so it shouldn't be used for main resource.</p>
foreign-iframe-main.html 1 <html manifest="resources/foreign-iframe.manifest"> <!-- Any manifest would do the trick. -->
21 ifr.setAttribute("src", "http://localhost:8000/appcache/resources/foreign-iframe.html");
  /external/libffi/man/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
ffi.3 5 .Nd Foreign Function Interface
26 The foreign function interface provides a mechanism by which a function can
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 21 // Class to manage foreign sessions. The tracker will own all ForeignSession
29 // Fill a preallocated vector with all foreign sessions we're tracking.
30 // Returns true if we had foreign sessions to fill it with, false otherwise.
33 // Attempts to look up the session windows associatd with the foreign session
42 // Attempts to look up the foreign tab associated with the given tag and tab
56 // Deletes the foreign session associated with |foreign_session_tag| if it
65 // orphaned tabs (thos which can't be reached by traversing foreign sessions).
90 // Datatypes for accessing foreign tab data.
95 // Per foreign client mapping of their tab id's to their SessionTab objects.
98 // Map of foreign sessions, accessed by the foreign client id
    [all...]
session_model_associator.h 115 // Load any foreign session info stored in sync db and update the sync db
138 // Load and associate window and tab data for a foreign session
142 // Removes a foreign session from our internal bookkeeping.
145 // Builds a list of all foreign sessions.
149 // Loads all windows for foreign session with session tag |tag|.
154 // Looks up the foreign tab identified by |tab_id| and belonging to foreign
170 // Control which foreign tabs we're interested in displaying.
199 // We only ever have either a SessionTab (for foreign tabs), or a
298 // Delete all foreign session/window/tab objects allocated dynamically
    [all...]
  /external/chromium/third_party/libevent/sample/
Makefile.am 1 AUTOMAKE_OPTIONS = foreign no-dependencies
  /external/libffi/include/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
  /external/libffi/
libffi.pc.in 7 Description: Library supporting Foreign Function Interfaces
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.cpp 106 SVGForeignObjectElement* foreign = static_cast<SVGForeignObjectElement*>(node()); local
110 m_localTransform = foreign->animatedLocalTransform();
118 FloatPoint viewportLocation(foreign->x().value(foreign), foreign->y().value(foreign));
119 m_viewport = FloatRect(viewportLocation, FloatSize(foreign->width().value(foreign), foreign->height().value(foreign)));
    [all...]
  /external/libvorbis/test/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign
  /external/zlib/src/contrib/minizip/
configure.ac 6 AM_INIT_AUTOMAKE([foreign])
  /external/iptables/
Makefile.am 4 AUTOMAKE_OPTIONS = foreign subdir-objects
  /external/libogg/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  /external/libpng/
autogen.sh 19 automake --force-missing --foreign -a -c
  /external/libvorbis/examples/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign
  /external/chromium/chrome/browser/sessions/
session_restore.h 39 // Specifically used in the restoration of a foreign session. This method
46 // Specifically used in the restoration of a foreign session. This method

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>