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

<<21222324252627282930>>

  /external/chromium_org/content/public/common/
window_container_type.h 8 namespace blink { namespace
33 const blink::WebWindowFeatures& window_features);
color_suggestion.cc 11 ColorSuggestion::ColorSuggestion(const blink::WebColorSuggestion& suggestion)
  /external/chromium_org/content/renderer/
idle_user_detector.h 11 namespace blink { namespace
32 void OnHandleInputEvent(const blink::WebInputEvent* event,
menu_item_builder.cc 11 MenuItem MenuItemBuilder::Build(const blink::WebMenuItemInfo& item) {
18 result.rtl = (item.textDirection == blink::WebTextDirectionRightToLeft);
  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.cc 28 blink::WebRTCDataChannelHandlerClient* client) {
32 blink::WebString RtcDataChannelHandler::label() {
52 blink::WebString RtcDataChannelHandler::protocol() const {
68 bool RtcDataChannelHandler::sendStringData(const blink::WebString& data) {
94 blink::WebRTCDataChannelHandlerClient::ReadyStateConnecting);
98 blink::WebRTCDataChannelHandlerClient::ReadyStateOpen);
102 blink::WebRTCDataChannelHandlerClient::ReadyStateClosing);
106 blink::WebRTCDataChannelHandlerClient::ReadyStateClosed);
webmediaplayer_util.h 22 blink::WebTimeRanges ConvertToWebTimeRanges(
25 blink::WebMediaPlayer::NetworkState PipelineErrorToNetworkState(
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.h 12 namespace blink { namespace
27 const blink::WebURLResponse& response,
  /external/chromium_org/content/shell/renderer/
shell_render_view_observer.cc 20 void ShellRenderViewObserver::DidClearWindowObject(blink::WebFrame* frame) {
23 blink::WebTestingSupport::injectInternalsObject(frame);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.h 56 class PingLoader : private blink::WebURLLoaderClient {
73 virtual void didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) OVERRIDE { delete this; }
74 virtual void didReceiveData(blink::WebURLLoader*, const char*, int, int) OVERRIDE { delete this; }
75 virtual void didFinishLoading(blink::WebURLLoader*, double) OVERRIDE { delete this; }
76 virtual void didFail(blink::WebURLLoader*, const blink::WebURLError&) OVERRIDE { delete this; }
79 OwnPtr<blink::WebURLLoader> m_loader;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.h 48 class MockSpellCheck : public blink::WebNonCopyable {
50 static void fillSuggestionList(const blink::WebString& word, blink::WebVector<blink::WebString>* suggestions);
63 bool spellCheckWord(const blink::WebString& text, int* misspelledOffset, int* misspelledLength);
67 bool hasInCache(const blink::WebString& text);
71 bool isMultiWordMisspelling(const blink::WebString& text, std::vector<blink::WebTextCheckingResult>* results);
  /external/chromium_org/webkit/common/fileapi/
file_system_info.h 16 // This struct is used to send the necessary information for Blink to create a
17 // DOMFileSystem. Since Blink side only uses mount_type (rather than
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.h 13 namespace blink { class WebGraphicsContext3D; } namespace
24 blink::WebGraphicsContext3D* context3d);
webgraphicscontext3d_provider_impl.h 19 : public NON_EXPORTED_BASE(blink::WebGraphicsContext3DProvider) {
26 virtual blink::WebGraphicsContext3D* context3d() OVERRIDE;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_bitmap_impl.cc 26 void WebExternalBitmapImpl::setSize(blink::WebSize size) {
36 blink::WebSize WebExternalBitmapImpl::size() {
  /external/chromium_org/webkit/renderer/
webkit_renderer.gyp 19 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
  /external/chromium_org/webkit/tools/layout_tests/
run_http_server.py 7 third_party/WebKit/Tools/Scripts/run-blink-httpd"""
18 script = os.path.join(script_dir, 'run-blink-httpd')
  /external/chromium_org/chrome/renderer/
worker_permission_client_proxy.cc 16 blink::WebFrame* frame)
31 const blink::WebString& name,
32 const blink::WebString& display_name,
55 const blink::WebString& name) {
  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager.cc 31 blink::WebFormElement::AutocompleteResultErrorDisabled,
43 blink::WebFormElement::AutocompleteResult result,
64 blink::WebFormElement::AutocompleteResultErrorCancel, FormData());
66 ReturnAutocompleteResult(blink::WebFormElement::AutocompleteResultSuccess,
  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils.cc 12 using blink::WebFormElement;
13 using blink::WebPasswordFormData;
20 const blink::WebPasswordFormData& web_password_form) {
45 blink::WebFormControlElement(),
test_password_autofill_agent.cc 16 const blink::WebSecurityOrigin& origin) {
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher.cc 14 void GamepadDataFetcherEmpty::GetGamepadData(blink::WebGamepads* pads,
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util_posix.h 14 blink::WebInputEvent::Modifiers GetLocationModifiersFromWindowsKeyCode(
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.h 12 namespace blink { namespace
44 blink::WebGestureEvent MakeWebGestureEventFromUIEvent(
52 blink::WebTouchPoint* UpdateWebTouchEventFromUIEvent(
54 blink::WebTouchEvent* web_event);
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_unittest.cc 24 keys.push_back(IndexedDBKey(blink::WebIDBKeyTypeNull));
28 keys.push_back(IndexedDBKey(number, blink::WebIDBKeyTypeNumber));
32 keys.push_back(IndexedDBKey(date, blink::WebIDBKeyTypeDate));
44 array.push_back(IndexedDBKey(value, blink::WebIDBKeyTypeNumber));
  /external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin.cc 11 blink::WebFrame* frame)

Completed in 454 milliseconds

<<21222324252627282930>>