Home
last modified time | relevance | path

Searched refs:Blink (Results 1 – 25 of 28) sorted by relevance

12

/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content2.lua30 - Blink : under the GraphicsContext hood
35 Skia In Blink
37 Skia In Blink : Fonts
41 - Push LCD decision-making out of Blink
43 Skia In Blink : Record-Time-Rasterization
47 - Problematic in modern Blink
52 Skia In Blink : RTR response
60 Skia In Blink : Recording
68 Skia In Blink : Recording response
76 Skia In Blink : Playback
[all …]
/external/skqp/resources/lua/
Dslides_content2.lua30 - Blink : under the GraphicsContext hood
35 Skia In Blink
37 Skia In Blink : Fonts
41 - Push LCD decision-making out of Blink
43 Skia In Blink : Record-Time-Rasterization
47 - Problematic in modern Blink
52 Skia In Blink : RTR response
60 Skia In Blink : Recording
68 Skia In Blink : Recording response
76 Skia In Blink : Playback
[all …]
/external/skia/site/docs/dev/chrome/
Dblink.md3 title: "Blink layout tests"
4 linkTitle: "Blink layout tests"
9 How to land Skia changes that change Blink layout test results.
14 special coordination with the Blink gardener using these steps:
18 detail on running the Blink layout tests\).
21Blink LayoutTests/TestExpectations [file](https://chromium.googlesource.com/chromium/src/+/master/…
25 5. Check in another change to the Blink TestExpectations file removing all the
44 1. Make a change in Skia which will change many Blink layout tests.
53 2. Make a change in Skia which will change many Blink layout tests.
66 1. Choose a time when the Blink tree is likely to be quiet. Avoid PST afternoons in
[all …]
Dmulti_repo_trybots.md9 When a proposed Skia change will require a change in Chromium or Blink it is
10 often helpful to locally create the Chromium and Blink changes and test with the
12 which affect Blink layout tests. While simple to do locally, this explains how
Dchanges.md39 If your changes will affect Blink layout tests, see detailed instructions about
40 how to synchronize the changes between Skia, Blink, and Chromium [here](../blink).
/external/skqp/site/dev/chrome/
Dblink.md1 Blink layout tests
4 How to land Skia changes that change Blink layout test results.
9 special coordination with the Blink gardener using these steps:
13 detail on running the Blink layout tests\).
16Blink LayoutTests/TestExpectations [file](https://chromium.googlesource.com/chromium/src/+/master/…
20 5. Check in another change to the Blink TestExpectations file removing all the
39 1. Make a change in Skia which will change many Blink layout tests.
48 2. Make a change in Skia which will change many Blink layout tests.
61 1. Choose a time when the Blink tree is likely to be quiet. Avoid PST afternoons in
63 determine who the Blink gardener is and notify them. You will be making the
[all …]
Dindex.md4 Changes to the Skia repository will be rolled into Chromium (and Blink) by the
7 If you have a Skia change that needs to be tested in Chrome or Blink, or which
Dmulti_repo_trybots.md4 When a proposed Skia change will require a change in Chromium or Blink it is
5 often helpful to locally create the Chromium and Blink changes and test with the
7 which affect Blink layout tests. While simple to do locally, this explains how
Dchanges.md34 If your changes will affect Blink layout tests, see detailed instructions about
35 how to synchronize the changes between Skia, Blink, and Chromium [here](./blink).
/external/libchrome/libchrome_tools/patch/
Dhash.patch11 -// Note: This algorithm is also in Blink under Source/wtf/StringHasher.h.
/external/skia/site/docs/dev/gardening/
D_index.md206 - Labels: OS-All & Cr-Blink-LayoutTests
217 - (Preferred but slower) Make a separate Blink patch by editing
228 - Make a Blink patch by editing LayoutTests/TestExpectations
238 - Wait for the Blink patch to roll into Chrome
/external/skqp/site/dev/sheriffing/
Dindex.md148 * Labels: OS-All & Cr-Blink-LayoutTests
157 * (Preferred but slower) Make a separate Blink patch by editing LayoutTests/TestExpectations
164 * Make a Blink patch by editing LayoutTests/TestExpectations
171 * Wait for the Blink patch to roll into Chrome
/external/libchrome/third_party/jinja2/
DREADME.chromium10 Template engine for code generation in Blink.
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Dcontrol16 "components": ["Blink>WebRTC>Audio"],
/external/pdfium/core/fxcrt/css/
Dcfx_css.h72 Blink, enumerator
Dcfx_cssdata.cpp248 {PVAL(CFX_CSSPropertyValue::Blink, "blink", 0xDC36E390)},
Dcfx_cssstyleselector.cpp581 case CFX_CSSPropertyValue::Blink: in ToTextDecoration()
/external/skia/site/docs/dev/contrib/
Dsubmit.md185 Keep in mind that Skia is rolled daily into Blink and Chromium. Run local tests
188 your friendly Skia-Blink engineer to evaluate, rebaseline, and land your
193 [How to land Skia changes that change Blink layout test results](/docs/dev/chrome/blink/)
/external/skqp/site/dev/contrib/
Dsubmit.md184 Keep in mind that Skia is rolled daily into Blink and Chromium. Run local tests
187 your friendly Skia-Blink engineer to evaluate, rebaseline, and land your
192 [How to land Skia changes that change Blink layout test results](../chrome/layouttest)
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md90 **NOTE:** Using C++ bindings from within Blink code is typically subject to
92 For details, see [Blink Type Mapping](#Blink-Type-Mapping).
1446 …on defined. By default this includes `std::string`, `base::StringPiece`, and `WTF::String` (Blink).
1447 …efined. By default this includes `std::vector<T>`, `mojo::CArray<T>`, and `WTF::Vector<T>` (Blink).
1448 …d. By default this includes `std::map<T>`, `mojo::unordered_map<T>`, and `WTF::HashMap<T>` (Blink).
1544 <a name="Blink-Type-Mapping"></a>
1565 namespace, so Blink consumer of the interface might write something like:
1580 separate. To add a typemap for the Blink configuration, you can modify
1611 Code in Blink which wishes to use the generated Blink-variant definitions must
1672 [Calling Mojo From Blink](https://www.chromium.org/developers/design-documents/mojo/calling-mojo-fr…
[all …]
/external/webrtc/tools_webrtc/mb/docs/
Ddesign_spec.md245 needed to fully test Blink. Each of those is a separate test step.
280 but additionally build everything needed to test Blink (`blink_tests`):
/external/openscreen/docs/
Dstyle_guide.md16 Blink style is *not allowed* anywhere in the Open Screen Library.
/external/walt/docs/usage/
DWALT_usage.md153 Blink count was: 0
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni163 # C++ bindings using Blink standard types.
/external/python/cpython3/Lib/idlelib/
DNEWS.txt99 Cursor Blink. Patch by Zackery Spytz.

12