Home
last modified time | relevance | path

Searched refs:embedding (Results 1 – 23 of 23) sorted by relevance

/external/webkit/WebCore/platform/text/
DBidiResolver.h412 Direction embedding = m_currentExplicitEmbeddingSequence[i]; in commitExplicitEmbedding() local
413 if (embedding == PopDirectionalFormat) { in commitExplicitEmbedding()
417 …Direction direction = (embedding == RightToLeftEmbedding || embedding == RightToLeftOverride) ? Ri… in commitExplicitEmbedding()
418 bool override = embedding == LeftToRightOverride || embedding == RightToLeftOverride; in commitExplicitEmbedding()
/external/grub/
DTODO71 * Support embedding a Stage 1.5 in the "bootloader" area of a FFS
75 * Support embedding a Stage 1.5 in the EXT2_BOOT_LOADER_INO of an ext2fs
DChangeLog2669 there. Use the new devwrite method. If embedding is successful
3872 (embed_func) [GRUB_UTIL && __linux__]: When embedding a Stage
/external/protobuf/src/google/protobuf/
Dunittest_embed_optimize_for.proto46 // Test that embedding a message which has optimize_for = CODE_SIZE into
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm491 …// FIXME: This scrolling behavior should be under the control of the embedding client (rather than…
/external/v8/
DChangeLog344 Add low memory notification to the API. The embedding host can signal
922 to avoid having to create copies in the embedding code.
/external/webkit/JavaScriptCore/
DChangeLog-2003-10-2582 of embedding into Safari, embed into WebKit as sub-umbrella.
1381 - made framework embedding work correctly with buildit
DChangeLog-2002-12-031931 the embedding rules for WebFoundation, JavaScriptCore, WebCore, and WebKit.
DChangeLog-2007-10-1420848 framework, since we haven't been embedding it for some time.
23140 - moved to new symlink technique for embedding frameworks
/external/webkit/WebCore/
DChangeLog-2009-06-1621388 when the embedding app does not support it to return undefined regardless
23375 the embedding host (Chromium.app or test_shell).
33615 … (WebCore::Geolocation::getCurrentPosition): Check if the embedding app allows geolocation and
33618 … (WebCore::Geolocation::shouldAllowGeolocation): Perform request to embedding layer of whether
70129 highest ancestor of the given node that establishes bidi embedding. If
70130 that embedding agrees with the given allowed direction, finds the
70131 second-highest embedding ancestor. Splits all nodes through that
70132 ancestor. If the highest embedding ancestor did not need to be split,
70135 bidi embedding attributes and styles from all ancestors of the given
70139 involves removing all bidi embedding in effect, except for one-level
[all …]
DChangeLog-2005-12-1948 Adjust embedding at inline containers' boundaries instead of inside.
17001 * layout-tests/fast/text/international/bidi-explicit-embedding-expected.checksum: Updated.
17002 * layout-tests/fast/text/international/bidi-explicit-embedding-expected.png: Updated.
17003 * layout-tests/fast/text/international/bidi-explicit-embedding-expected.txt: Updated.
24285 * layout-tests/fast/text/international/bidi-explicit-embedding-expected.checksum: Added.
24286 * layout-tests/fast/text/international/bidi-explicit-embedding-expected.png: Added.
DChangeLog-2003-10-252308 of embedding into Safari, embed into WebKit as sub-umbrella.
18358 - made framework embedding work correctly with buildit
DChangeLog-2005-08-2314735 * layout-tests/fast/text/international/bidi-explicit-embedding-expected.txt: Added.
14736 * layout-tests/fast/text/international/bidi-explicit-embedding.html: Added.
14739 Incorrect layout of explicit embedding levels
14744 embedding character (or PDF).
43551 - moved to new symlink technique for embedding frameworks
DChangeLog-2002-12-0311330 the embedding rules for WebFoundation, JavaScriptCore, WebCore, and WebKit.
DChangeLog-2008-08-1042332 next position, allowing the iterator to push and pop embedding.
43369 In some circumstances an application embedding a WebView may
45508 - fix a bug where explicit embedding past the end of a line could
DChangeLog-2007-10-1411694 Fixed several bugs in resolving the embedding level of runs of neutral
14968 call back to the BidiResolver instance to push or pop explicit embedding levels.
DChangeLog-2010-01-2918121 "Refused to execute a JavaScript script" error when embedding SWF with
28216 PlarformBridge is used to access the embedding layer for things
/external/libpng/
Dlibpng-1.2.46.txt1725 If you are embedding your PNG into a datastream such as MNG, and don't
Dlibpng-1.2.44.txt1725 If you are embedding your PNG into a datastream such as MNG, and don't
/external/webkit/WebKit/mac/
DChangeLog-2010-01-298568 Add SPI to ask the embedding application whether to allow
14967 <rdar://problem/6203938> Disallow embedding Safari-generated pages
17554 Use of HIWebView is deprecated in favor of embedding a WebView in a HICocoaView.
DChangeLog-2006-02-0913917 view was not first responder. However, for appls embedding this view as
14540 - moved to new symlink technique for embedding frameworks
35283 - made framework embedding work correctly with buildit
DChangeLog-2002-12-0313984 the embedding rules for WebFoundation, JavaScriptCore, WebCore, and WebKit.
/external/webkit/WebKit/qt/
DChangeLog9420 Fix handling of mouse events when embedding QWebView into the
16485 and fixed widget embedding by setting the right QWidget parent.