HomeSort by relevance Sort by last modified time
    Searched defs:BlinkPlatformImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/examples/html_viewer/
blink_platform_impl.h 21 class BlinkPlatformImpl : public blink::Platform {
23 explicit BlinkPlatformImpl(Application* app);
24 virtual ~BlinkPlatformImpl();
65 base::OneShotTimer<BlinkPlatformImpl> shared_timer_;
blink_platform_impl.cc 49 BlinkPlatformImpl::BlinkPlatformImpl(Application* app)
59 BlinkPlatformImpl::~BlinkPlatformImpl() {
62 blink::WebMimeRegistry* BlinkPlatformImpl::mimeRegistry() {
66 blink::WebThemeEngine* BlinkPlatformImpl::themeEngine() {
70 blink::WebString BlinkPlatformImpl::defaultLocale() {
74 double BlinkPlatformImpl::currentTime() {
78 double BlinkPlatformImpl::monotonicallyIncreasingTime() {
83 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer
    [all...]
  /external/chromium_org/content/child/
blink_platform_impl.h 38 class CONTENT_EXPORT BlinkPlatformImpl
41 BlinkPlatformImpl();
42 virtual ~BlinkPlatformImpl();
171 base::OneShotTimer<BlinkPlatformImpl> shared_timer_;
blink_platform_impl.cc 392 BlinkPlatformImpl::BlinkPlatformImpl()
401 BlinkPlatformImpl::~BlinkPlatformImpl() {
404 WebURLLoader* BlinkPlatformImpl::createURLLoader() {
408 WebSocketStreamHandle* BlinkPlatformImpl::createSocketStreamHandle() {
412 blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() {
416 WebString BlinkPlatformImpl::userAgent() {
420 WebData BlinkPlatformImpl::parseDataURL(const WebURL& url,
433 WebURLError BlinkPlatformImpl::cancelledError
    [all...]

Completed in 60 milliseconds