Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 25 of 151) sorted by relevance

1234567

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGForeignObject.cpp106 SVGForeignObjectElement* foreign = static_cast<SVGForeignObjectElement*>(node()); in layout() local
110 m_localTransform = foreign->animatedLocalTransform(); in layout()
118 FloatPoint viewportLocation(foreign->x().value(foreign), foreign->y().value(foreign)); in layout()
119 …ort = FloatRect(viewportLocation, FloatSize(foreign->width().value(foreign), foreign->height().val… in layout()
/external/webkit/LayoutTests/http/tests/appcache/resources/
Dforeign-iframe.manifest3 foreign-iframe.html
4 foreign-iframe-subresource.js
Dforeign-fallback.manifest4 /appcache/resources/foreign-fallback/ foreign-fallback-fallback.html
Dxhr-foreign-resource.manifest2 xhr-foreign-resource-frame.html
/external/libffi/man/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/libpng/
Dautogen.sh19 automake --force-missing --foreign -a -c
/external/webkit/LayoutTests/http/tests/appcache/
Dxhr-foreign-resource-expected.txt1 Test that a resource marked as foreign can still be loaded via XHR.
Dforeign-fallback-expected.txt4 The frame below should display a Not Found error - the fallback entry is foreign, so it shouldn't b…
/external/libffi/include/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/chromium/third_party/libevent/sample/
DMakefile.am1 AUTOMAKE_OPTIONS = foreign no-dependencies
/external/quake/quake/src/QW/
Drelease233_notes.txt21 - The client now ignores foreign connection requests while connected to a
23 - A foreign message packet with C-style format strings no longer cause a
/external/libvorbis/test/
DMakefile.am3 AUTOMAKE_OPTIONS = foreign
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java737 if (foreign(prefix, namespace)) { in pop()
745 if (foreign(attPrefix, attNamespace)) { in pop()
780 if (foreign(prefix, namespace)) { in push()
789 if (foreign(attPrefix, attNamespace)) { in push()
813 private boolean foreign(String prefix, String namespace) { in foreign() method in Parser
815 boolean foreign = !(prefix.equals("") || namespace.equals("") || in foreign()
818 return foreign; in foreign()
/external/libogg/
DMakefile.am3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
/external/iptables/
DMakefile.am4 AUTOMAKE_OPTIONS = foreign subdir-objects
/external/zlib/src/contrib/minizip/
Dconfigure.ac6 AM_INIT_AUTOMAKE([foreign])
/external/libvorbis/examples/
DMakefile.am3 AUTOMAKE_OPTIONS = foreign
/external/dnsmasq/bld/
DMakefile14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
/external/libvorbis/
DMakefile.am3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
/external/v8/test/cctest/
Dtest-alloc.cc160 Handle<Foreign> foreign = FACTORY->NewForeign(&kDescriptor); in TEST() local
164 foreign, in TEST()
/external/protobuf/src/google/protobuf/
Dextension_set_unittest.cc387 unittest::ForeignMessage foreign; in TEST() local
388 foreign.set_c(42); in TEST()
390 CopyFrom(foreign); in TEST()
391 int min_expected_size = base_size + foreign.SpaceUsed(); in TEST()
/external/chromium/third_party/libevent/test/
DMakefile.am1 AUTOMAKE_OPTIONS = foreign no-dependencies
/external/libvpx/libvpx/nestegg/
DMakefile.am1 AUTOMAKE_OPTIONS = foreign 1.11 no-dist-gzip dist-bzip2 subdir-objects
/external/v8/src/
Dproperty.h157 Object* foreign,
160 : Descriptor(key, foreign, attributes, CALLBACKS, index) {} in Descriptor() argument
/external/chromium/chrome/browser/resources/
Dnew_new_tab.css241 .foreign-session-client {
249 html[dir=rtl] .foreign-session-client {
253 .foreign-session-client > p {
262 #foreign-sessions .nav {

1234567