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

<<31323334353637383940>>

  /external/chromium_org/content/renderer/media/
media_stream_track_extra_data.h 21 : NON_EXPORTED_BASE(public blink::WebMediaStreamTrack::ExtraData) {
midi_message_filter.h 34 void StartSession(blink::WebMIDIAccessorClient* client);
35 void RemoveClient(blink::WebMIDIAccessorClient* client);
95 blink::WebMIDIAccessorClient* GetClientFromId(int client_id);
110 typedef std::map<blink::WebMIDIAccessorClient*, int> ClientsMap;
renderer_webaudiodevice_impl.cc 16 using blink::WebAudioDevice;
17 using blink::WebFrame;
18 using blink::WebVector;
19 using blink::WebView;
renderer_webmidiaccessor_impl.cc 14 blink::WebMIDIAccessorClient* client)
  /external/chromium_org/content/renderer/pepper/
usb_key_code_conversion_mac.cc 11 using blink::WebKeyboardEvent;
  /external/chromium_org/content/renderer/
render_view_impl_params.cc 22 const blink::WebScreenInfo& screen_info,
renderer_webapplicationcachehost_impl.h 17 blink::WebApplicationCacheHostClient* client,
  /external/chromium_org/content/shell/common/
webkit_test_helpers.h 32 // Returns the root of the Blink checkout.
  /external/chromium_org/skia/config/
sk_ref_cnt_ext_debug.h 29 // Bootstrap for Blink's WTF::RefPtr
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 2 # This file describes all Blink IDL extended attributes and allowed values.
7 # (2) add an explanation to the Blink IDL extended attributes document:
8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
blink_idl_lexer.py 29 """Lexer for Blink IDL.
32 understands the Blink dialect of Web IDL and produces a token stream suitable
33 for the Blink IDL parser.
35 Blink IDL is identical to Web IDL at the token level, but the base lexer
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumAndroid.cpp 87 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartInnerSpinButton);
103 IntSize scrollbarSize = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarDownArrow);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.h 42 namespace blink { namespace
68 virtual void setWebMediaSourceAndOpen(PassOwnPtr<blink::WebMediaSource>) OVERRIDE;
98 PassOwnPtr<blink::WebSourceBuffer> createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState&);
103 OwnPtr<blink::WebMediaSource> m_webMediaSource;
SourceBuffer.h 47 namespace blink { namespace
63 static PassRefPtr<SourceBuffer> create(PassOwnPtr<blink::WebSourceBuffer>, MediaSource*, GenericEventQueue*);
97 SourceBuffer(PassOwnPtr<blink::WebSourceBuffer>, MediaSource*, GenericEventQueue*);
118 OwnPtr<blink::WebSourceBuffer> m_webSourceBuffer;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescription.cpp 63 return adoptRef(new RTCSessionDescription(blink::WebRTCSessionDescription(type, sdp)));
66 PassRefPtr<RTCSessionDescription> RTCSessionDescription::create(blink::WebRTCSessionDescription webSessionDescription)
71 RTCSessionDescription::RTCSessionDescription(blink::WebRTCSessionDescription webSessionDescription)
100 blink::WebRTCSessionDescription RTCSessionDescription::webSessionDescription()
  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.cpp 61 if (sanitized[i] > blink::kVibrationDurationMax)
62 sanitized[i] = blink::kVibrationDurationMax;
95 blink::Platform::current()->cancelVibration();
107 blink::Platform::current()->vibrate(m_pattern[0]);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/
AudioBusChromium.cpp 39 blink::WebAudioBus webAudioBus;
40 if (blink::Platform::current()->loadAudioResource(&webAudioBus, data, size, sampleRate))
47 const blink::WebData& resource = blink::Platform::current()->loadResource(name);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManager.cpp 31 using blink::WebThread;
63 blink::Platform::current()->currentThread()->removeTaskObserver(this);
82 blink::Platform::current()->currentThread()->removeTaskObserver(this);
101 blink::Platform::current()->currentThread()->addTaskObserver(this);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 39 namespace blink { namespace
58 // blink::WebScrollbar methods
77 // blink::WebPluginScrollbar methods
102 } // namespace blink
  /external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp 83 OwnPtr<blink::WebThread> thread1 = adoptPtr(blink::Platform::current()->createThread("thread1"));
84 OwnPtr<blink::WebThread> thread2 = adoptPtr(blink::Platform::current()->createThread("thread2"));
  /external/chromium_org/third_party/jinja2/
README.chromium 10 Template engine for code generation in Blink.
  /external/chromium_org/webkit/child/
resource_loader_bridge.cc 14 : referrer_policy(blink::WebReferrerPolicyDefault),
webkitplatformsupport_impl.cc 60 using blink::WebAudioBus;
61 using blink::WebCookie;
62 using blink::WebData;
63 using blink::WebLocalizedString;
64 using blink::WebPluginListBuilder;
65 using blink::WebString;
66 using blink::WebSocketStreamHandle;
67 using blink::WebURL;
68 using blink::WebURLError;
69 using blink::WebURLLoader
    [all...]
webthread_impl.cc 65 FROM_HERE, base::Bind(&blink::WebThread::Task::run, base::Owned(task)));
72 base::Bind(&blink::WebThread::Task::run, base::Owned(task)),
103 FROM_HERE, base::Bind(&blink::WebThread::Task::run, base::Owned(task)));
110 base::Bind(&blink::WebThread::Task::run, base::Owned(task)),
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 285 blink::WebFileError PlatformFileErrorToWebFileError(
289 return blink::WebFileErrorNotFound;
293 return blink::WebFileErrorInvalidModification;
296 return blink::WebFileErrorTypeMismatch;
298 return blink::WebFileErrorNoModificationAllowed;
300 return blink::WebFileErrorInvalidState;
302 return blink::WebFileErrorAbort;
304 return blink::WebFileErrorSecurity;
306 return blink::WebFileErrorQuotaExceeded;
308 return blink::WebFileErrorEncoding
    [all...]

Completed in 3517 milliseconds

<<31323334353637383940>>