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

<<11121314151617181920>>

  /external/chromium_org/chrome/renderer/extensions/
content_watcher.cc 18 using blink::WebString;
19 using blink::WebVector;
20 using blink::WebView;
27 blink::WebVector<blink::WebString> new_css_selectors(
32 blink::WebString::fromUTF8(new_css_selectors_utf8[i]);
43 // will trigger calls to DidMatchCSS after Blink has a chance to apply the new
50 for (blink::WebFrame* frame = view->GetWebView()->mainFrame(); frame;
63 void ContentWatcher::DidCreateDocumentElement(blink::WebFrame* frame) {
68 blink::WebFrame* frame
    [all...]
file_system_natives.cc 46 blink::WebFrame* webframe =
47 blink::WebFrame::frameForContext(context()->v8_context());
71 blink::WebFileSystemTypeIsolated,
72 blink::WebString::fromUTF8(name),
73 blink::WebString::fromUTF8(root)));
81 blink::WebFileSystemType type;
100 blink::WebFrame* webframe =
101 blink::WebFrame::frameForContext(context()->v8_context());
105 blink::WebString::fromUTF8(file_system_name),
106 blink::WebString::fromUTF8(file_system_root_url)
    [all...]
file_browser_handler_custom_bindings.cc 48 blink::WebFrame* webframe =
49 blink::WebFrame::frameForContext(context()->v8_context());
51 blink::WebFileSystemTypeExternal,
52 blink::WebString::fromUTF8(file_system_name.c_str()),
53 blink::WebString::fromUTF8(file_system_path.c_str()),
54 blink::WebString::fromUTF8(file_full_path.c_str()),
  /external/chromium_org/content/renderer/media/android/
media_info_loader.cc 15 using blink::WebFrame;
16 using blink::WebURLError;
17 using blink::WebURLLoader;
18 using blink::WebURLLoaderOptions;
19 using blink::WebURLRequest;
20 using blink::WebURLResponse;
28 blink::WebMediaPlayer::CORSMode cors_mode,
38 void MediaInfoLoader::Start(blink::WebFrame* frame) {
48 frame->setReferrerForRequest(request, blink::WebURL());
55 if (cors_mode_ == blink::WebMediaPlayer::CORSModeUnspecified)
    [all...]
webmediaplayer_android.h 39 namespace blink { namespace
56 // This class implements blink::WebMediaPlayer by keeping the android
61 : public blink::WebMediaPlayer,
71 // blink, so that enterFullscreen() will not be called if another video is
74 blink::WebFrame* frame,
75 blink::WebMediaPlayerClient* client,
83 // blink::WebMediaPlayer implementation.
90 const blink::WebURL& url,
102 virtual const blink::WebTimeRanges& buffered();
106 virtual void paint(blink::WebCanvas* canvas
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
GamepadController.cpp 35 using namespace blink;
76 if (index < 0 || index >= static_cast<int>(blink::WebGamepads::itemsLengthCap))
80 for (unsigned i = 0; i < blink::WebGamepads::itemsLengthCap; ++i)
94 if (index < 0 || index >= static_cast<int>(blink::WebGamepads::itemsLengthCap))
98 for (unsigned i = 0; i < blink::WebGamepads::itemsLengthCap; ++i)
112 if (index < 0 || index >= static_cast<int>(blink::WebGamepads::itemsLengthCap))
117 for (unsigned i = 0; *p && i < blink::WebGamepad::idLengthCap - 1; ++i)
130 if (index < 0 || index >= static_cast<int>(blink::WebGamepads::itemsLengthCap))
133 if (buttons < 0 || buttons >= static_cast<int>(blink::WebGamepad::buttonsLengthCap))
147 if (index < 0 || index >= static_cast<int>(blink::WebGamepads::itemsLengthCap)
    [all...]
MockWebMIDIAccessor.h 39 namespace blink { namespace
47 class MockWebMIDIAccessor : public blink::WebMIDIAccessor, public blink::WebNonCopyable {
49 explicit MockWebMIDIAccessor(blink::WebMIDIAccessorClient*, TestInterfaces*);
52 // blink::WebMIDIAccessor implementation.
64 blink::WebMIDIAccessorClient* m_client;
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.cc 43 blink::WebInputEvent::Type type = blink::WebInputEvent::Undefined;
45 type = blink::WebInputEvent::RawKeyDown;
47 type = blink::WebInputEvent::KeyUp;
59 blink::WebInputEvent::RawKeyDown,
60 blink::WebInputEvent::KeyUp,
61 blink::WebInputEvent::Char,
62 blink::WebInputEvent::ShiftKey,
63 blink::WebInputEvent::AltKey,
64 blink::WebInputEvent::ControlKey
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 52 namespace blink { namespace
73 virtual blink::WebLayer* layer() = 0;
82 class PLATFORM_EXPORT GraphicsLayer : public GraphicsContextPainter, public blink::WebAnimationDelegate, public blink::WebLayerScrollClient, public blink::WebLayerClient {
91 // blink::WebLayerClient implementation.
92 virtual blink::WebString debugName(blink::WebLayer*) OVERRIDE;
93 virtual blink::WebGraphicsLayerDebugInfo* takeDebugInfo() OVERRIDE;
95 void setCompositingReasons(blink::WebCompositingReasons)
    [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 30 using blink::WebCanvas;
31 using blink::WebCompositionUnderline;
32 using blink::WebCursorInfo;
33 using blink::WebGestureEvent;
34 using blink::WebInputEvent;
35 using blink::WebMouseEvent;
36 using blink::WebMouseWheelEvent;
37 using blink::WebPoint;
38 using blink::WebRect;
39 using blink::WebSize
    [all...]
websharedworker_proxy.h 26 class WebSharedWorkerProxy : public blink::WebSharedWorkerConnector,
39 virtual void connect(blink::WebMessagePortChannel* channel,
43 const blink::WebURL& script_url,
44 const blink::WebString& name,
45 const blink::WebString& user_agent,
46 const blink::WebString& source_code,
47 const blink::WebString& content_security_policy,
48 blink::WebContentSecurityPolicyType policy_type,
77 blink::WebContentSecurityPolicyType policy_type,
disambiguation_popup_helper_unittest.cc 36 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(1));
53 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(1));
71 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(2));
savable_resources.h 15 namespace blink { namespace
35 std::vector<blink::WebReferrerPolicy>* referrer_policies_list;
43 std::vector<blink::WebReferrerPolicy>* referrer_policies_list,
59 blink::WebView* view,
69 CONTENT_EXPORT blink::WebString GetSubResourceLinkFromElement(
70 const blink::WebElement& element);
text_input_client_observer.cc 42 blink::WebView* TextInputClientObserver::webview() {
47 blink::WebPoint web_point(point);
61 blink::WebFrame* frame = webview()->focusedFrame();
63 blink::WebRect web_rect;
75 blink::WebFrame* frame = webview()->focusedFrame();
77 string = blink::WebSubstringUtil::attributedSubstringInRange(
  /external/chromium_org/chrome/renderer/safe_browsing/
malware_dom_details.cc 57 blink::WebView* web_view = render_view()->GetWebView();
62 blink::WebFrame* frame = web_view->mainFrame();
66 blink::WebDocument document = frame->document();
74 blink::WebNodeCollection elements = document.all();
75 blink::WebNode cur_node = elements.firstItem();
80 blink::WebElement element = cur_node.to<blink::WebElement>();
97 const blink::WebElement& element,
105 blink::WebURL full_url = element.document().completeURL(
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.h 40 blink::WebFrame* frame,
41 const blink::WebPluginParams& params,
54 blink::WebFrame* GetFrame();
55 const blink::WebPluginParams& GetPluginParams() const;
60 void ReplacePlugin(blink::WebPlugin* new_plugin);
69 virtual void BindWebFrame(blink::WebFrame* frame) OVERRIDE;
74 virtual void ShowContextMenu(const blink::WebMouseEvent&) OVERRIDE;
93 blink::WebFrame* frame_;
94 blink::WebPluginParams plugin_params_;
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobRegistry.h 36 namespace blink { namespace
47 virtual void registerBlobData(const blink::WebString& uuid, const blink::WebBlobData&) { }
48 virtual void addBlobDataRef(const blink::WebString& uuid) { }
49 virtual void removeBlobDataRef(const blink::WebString& uuid) { }
50 virtual void registerPublicBlobURL(const blink::WebURL&, const blink::WebString& uuid) { }
51 virtual void revokePublicBlobURL(const blink::WebURL&) { }
81 } // namespace blink
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 38 NON_EXPORTED_BASE(public blink::WebPlugin),
46 static BrowserPlugin* FromContainer(blink::WebPluginContainer* container);
111 static bool AttachWindowTo(const blink::WebNode& node,
148 // blink::WebPlugin implementation.
149 virtual blink::WebPluginContainer* container() const OVERRIDE;
150 virtual bool initialize(blink::WebPluginContainer* container) OVERRIDE;
159 blink::WebCanvas* canvas,
160 const blink::WebRect& rect) OVERRIDE;
162 const blink::WebRect& frame_rect,
163 const blink::WebRect& clip_rect
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 22 using blink::WebFrame;
23 using blink::WebString;
24 using blink::WebTextCheckingCompletion;
25 using blink::WebTextCheckingResult;
26 using blink::WebTextDecorationType;
27 using blink::WebVector;
29 COMPILE_ASSERT(int(blink::WebTextDecorationTypeSpelling) ==
31 COMPILE_ASSERT(int(blink::WebTextDecorationTypeGrammar) ==
33 COMPILE_ASSERT(int(blink::WebTextDecorationTypeInvisibleSpellcheck) ==
70 last_results_.assign(blink::WebVector<blink::WebTextCheckingResult>())
    [all...]
  /external/chromium_org/content/renderer/android/
content_detector.cc 12 using blink::WebRange;
13 using blink::WebSurroundingText;
19 ContentDetector::Result::Result(const blink::WebRange& content_boundaries,
31 const blink::WebHitTestResult& hit_test) {
36 blink::WebRange range = FindContentRange(hit_test, &content_text);
45 const blink::WebHitTestResult& hit_test,
  /external/chromium_org/content/renderer/media/
webmediasource_impl.cc 13 using ::blink::WebString;
14 using ::blink::WebMediaSource;
37 const blink::WebString& type,
38 const blink::WebVector<blink::WebString>& codecs,
39 blink::WebSourceBuffer** source_buffer) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCDataChannelHandler.h 38 class RTCDataChannelHandler : public blink::WebRTCDataChannelHandlerClient {
40 static PassOwnPtr<RTCDataChannelHandler> create(blink::WebRTCDataChannelHandler*);
62 // blink::WebRTCDataChannelHandlerClient implementation.
64 virtual void didReceiveStringData(const blink::WebString&) const OVERRIDE;
69 explicit RTCDataChannelHandler(blink::WebRTCDataChannelHandler*);
71 OwnPtr<blink::WebRTCDataChannelHandler> m_webHandler;
  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModuleSession.h 40 namespace blink { namespace
60 class PLATFORM_EXPORT ContentDecryptionModuleSession : private blink::WebContentDecryptionModuleSession::Client {
65 ContentDecryptionModuleSession(blink::WebContentDecryptionModule*, ContentDecryptionModuleSessionClient*);
74 // blink::WebContentDecryptionModuleSession::Client
77 virtual void keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) OVERRIDE;
79 OwnPtr<blink::WebContentDecryptionModuleSession> m_session;
  /external/chromium_org/third_party/WebKit/Source/platform/plugins/
PluginListBuilder.cpp 38 void PluginListBuilder::addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName)
47 void PluginListBuilder::addMediaTypeToLastPlugin(const blink::WebString& name, const blink::WebString& description)
55 void PluginListBuilder::addFileExtensionToLastMediaType(const blink::WebString& extension)
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntryTest.cpp 45 class OriginAccessEntryTestSuffixList : public blink::WebPublicSuffixList {
47 virtual size_t getPublicSuffixLength(const blink::WebString&)
53 class OriginAccessEntryTestPlatform : public blink::Platform {
55 virtual blink::WebPublicSuffixList* publicSuffixList()
70 blink::Platform::initialize(&platform);
80 blink::Platform::shutdown();

Completed in 380 milliseconds

<<11121314151617181920>>