HomeSort by relevance Sort by last modified time
    Searched full:blink (Results 551 - 575 of 3155) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/renderer/
external_popup_menu.cc 17 const blink::WebPopupMenuInfo& popup_menu_info,
18 blink::WebExternalPopupMenuClient* popup_menu_client)
31 void ExternalPopupMenu::show(const blink::WebRect& bounds) {
32 blink::WebRect rect = bounds;
renderer_webkitplatformsupport_impl.cc 109 using blink::Platform;
110 using blink::WebAudioDevice;
111 using blink::WebBlobRegistry;
112 using blink::WebDatabaseObserver;
113 using blink::WebFileInfo;
114 using blink::WebFileSystem;
115 using blink::WebFrame;
116 using blink::WebGamepads;
117 using blink::WebIDBFactory;
118 using blink::WebMIDIAccessor
    [all...]
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.h 16 namespace blink { namespace
34 blink::WebFrame* frame,
37 blink::WebURLRequest::TargetType target_type,
50 void OnURLFetchComplete(const blink::WebURLResponse& response,
  /external/chromium_org/content/renderer/pepper/
usb_key_code_conversion.cc 9 using blink::WebKeyboardEvent;
  /external/chromium_org/content/worker/
shared_worker_devtools_agent.cc 13 using blink::WebSharedWorker;
14 using blink::WebString;
47 const blink::WebString& message) {
54 const blink::WebString& state) {
  /external/chromium_org/skia/ext/
lazy_pixel_ref.cc 10 // DEPRECATED -- will remove after blink updates to pass info
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DEPS 2 # Please run Tools/Scripts/check-blink-deps after modifying this file.
  /external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.cpp 36 class QuitTask : public blink::WebThread::Task {
40 blink::Platform::current()->currentThread()->exitRunLoop();
46 blink::Platform::current()->currentThread()->postTask(new QuitTask);
47 blink::Platform::current()->currentThread()->enterRunLoop();
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Algorithm.h 44 static PassRefPtr<Algorithm> create(const blink::WebCryptoAlgorithm&);
48 blink::WebCryptoAlgorithmParamsType type() const { return m_algorithm.paramsType(); }
51 explicit Algorithm(const blink::WebCryptoAlgorithm&);
53 const blink::WebCryptoAlgorithm m_algorithm;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontCacheLinux.cpp 39 blink::WebFontFamily webFamily;
40 if (blink::Platform::current()->sandboxSupport())
41 blink::Platform::current()->sandboxSupport()->getFontFamilyForCharacter(c, preferredLocale, &webFamily);
43 blink::WebFontInfo::familyForChar(c, preferredLocale, &webFamily);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebUserMediaClientMock.h 46 class WebUserMediaClientMock : public blink::WebUserMediaClient, public blink::WebNonCopyable {
51 virtual void requestUserMedia(const blink::WebUserMediaRequest&) OVERRIDE;
52 virtual void cancelUserMediaRequest(const blink::WebUserMediaRequest&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
StorageNamespaceProxy.h 32 namespace blink { class WebStorageNamespace; } namespace
40 explicit StorageNamespaceProxy(PassOwnPtr<blink::WebStorageNamespace>);
44 bool isSameNamespace(const blink::WebStorageNamespace&);
47 OwnPtr<blink::WebStorageNamespace> m_storageNamespace;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
Canvas2DLayerManagerTest.cpp 121 RefPtr<GraphicsContext3D> context = GraphicsContext3D::createGraphicsContextFromWebContext(adoptPtr(new blink::MockWebGraphicsContext3D));
148 RefPtr<GraphicsContext3D> context = GraphicsContext3D::createGraphicsContextFromWebContext(adoptPtr(new blink::MockWebGraphicsContext3D));
165 RefPtr<GraphicsContext3D> context = GraphicsContext3D::createGraphicsContextFromWebContext(adoptPtr(new blink::MockWebGraphicsContext3D));
192 blink::Platform::current()->currentThread()->exitRunLoop();
195 class DeferredFrameTestTask : public blink::WebThread::Task {
216 RefPtr<GraphicsContext3D> context = GraphicsContext3D::createGraphicsContextFromWebContext(adoptPtr(new blink::MockWebGraphicsContext3D));
220 blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), true));
221 blink::Platform::current()->currentThread()->enterRunLoop();
228 blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), true));
229 blink::Platform::current()->currentThread()->enterRunLoop()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 39 var builderName = 'Blink Linux';
43 "groups": [ "@ToT Blink" ],
54 builders.loadBuildersList('@ToT Blink', 'layout-tests');
86 '<h2>Blink Linux</h2>' +
87 '<a href="timeline_explorer.html#useTestData=true&builder=Blink Linux">' +
88 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:qe..&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1445&chtt=Total failing">' +
89 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
92 equal(expectedHtml, htmlForBuilder('Blink Linux'));
101 '<h2>Blink Linux</h2>' +
102 '<a href="timeline_explorer.html#useTestData=true&builder=Blink Linux">'
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_curve_common.h 15 blink::WebAnimationCurve::TimingFunctionType);
  /external/iptables/extensions/
libxt_LED.man 2 lights, to blink or illuminate them when certain packets pass through the
14 (blink as fast as possible.) The special value \fIinf\fP can be given to
19 \fB\-\-led\-always\-blink\fP
20 Always make the LED blink on packet arrival, even if the LED is already on.
  /external/chromium_org/android_webview/renderer/
aw_content_renderer_client.cc 45 blink::WebString content_scheme(
47 blink::WebSecurityPolicy::registerURLSchemeAsLocal(content_scheme);
49 blink::WebString aw_scheme(
51 blink::WebSecurityPolicy::registerURLSchemeAsSecure(aw_scheme);
66 blink::WebFrame* frame,
67 const blink::WebURLRequest& request,
68 blink::WebNavigationType type,
69 blink::WebNavigationPolicy default_policy,
86 || type == blink::WebNavigationTypeBackForward;
138 blink::WebFrame* /* frame */
    [all...]
  /external/chromium_org/base/strings/
latin1_string_conversions.h 15 // This definition of Latin1Char matches the definition of LChar in Blink. We
20 // This somewhat odd function is designed to help us convert from Blink Strings
21 // to string16. A Blink string is either backed by an array of Latin-1
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.h 23 const blink::WebWindowFeatures& features,
32 blink::WebWindowFeatures features() const {
52 blink::WebWindowFeatures features_;
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension.cc 22 using blink::WebDocument;
23 using blink::WebFrame;
24 using blink::WebView;
document_custom_bindings.cc 36 blink::WebExceptionCode ec = 0;
37 blink::WebDocument document = context()->web_frame()->document();
40 blink::WebString::fromUTF8(element_name), options, ec);
page_capture_custom_bindings.cc 34 blink::WebString path(UTF8ToUTF16(*v8::String::Utf8Value(args[0])));
35 blink::WebBlob blob =
36 blink::WebBlob::createFromFile(path, args[1]->Int32Value());
resource_request_policy.h 13 namespace blink { namespace
28 blink::WebFrame* frame,
34 blink::WebFrame* frame);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_test.h 23 class FakeTextCheckingCompletion : public blink::WebTextCheckingCompletion {
29 const blink::WebVector<blink::WebTextCheckingResult>& results) OVERRIDE;
  /external/chromium_org/components/plugins/renderer/
mobile_youtube_plugin.h 20 blink::WebFrame* frame,
21 const blink::WebPluginParams& params,
34 virtual void BindWebFrame(blink::WebFrame* frame) OVERRIDE;

Completed in 429 milliseconds

<<21222324252627282930>>