| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2012 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 #include "WebGeolocationError.h" | 50 #include "WebGeolocationError.h" |
| 51 #include "WebGeolocationPosition.h" | 51 #include "WebGeolocationPosition.h" |
| 52 #include "WebIDBCursor.h" | 52 #include "WebIDBCursor.h" |
| 53 #include "WebIDBDatabase.h" | 53 #include "WebIDBDatabase.h" |
| 54 #include "WebIDBDatabaseException.h" | 54 #include "WebIDBDatabaseException.h" |
| 55 #include "WebIDBFactory.h" | 55 #include "WebIDBFactory.h" |
| 56 #include "WebIDBKey.h" | 56 #include "WebIDBKey.h" |
| 57 #include "WebIDBKeyPath.h" | 57 #include "WebIDBKeyPath.h" |
| 58 #include "WebIDBMetadata.h" | 58 #include "WebIDBMetadata.h" |
| 59 #include "WebIconURL.h" | 59 #include "WebIconURL.h" |
| 60 #include "WebInbandTextTrack.h" |
| 60 #include "WebInputElement.h" | 61 #include "WebInputElement.h" |
| 61 #include "WebMediaPlayer.h" | 62 #include "WebMediaPlayer.h" |
| 62 #include "WebMediaPlayerClient.h" | 63 #include "WebMediaPlayerClient.h" |
| 63 #include "WebMediaSourceClient.h" | 64 #include "WebMediaSourceClient.h" |
| 64 #include "WebNotificationPresenter.h" | 65 #include "WebNotificationPresenter.h" |
| 65 #include "WebPageVisibilityState.h" | 66 #include "WebPageVisibilityState.h" |
| 66 #include "WebSettings.h" | 67 #include "WebSettings.h" |
| 67 #include "WebSpeechRecognizerClient.h" | 68 #include "WebSpeechRecognizerClient.h" |
| 68 #include "WebStorageQuotaError.h" | 69 #include "WebStorageQuotaError.h" |
| 69 #include "WebStorageQuotaType.h" | 70 #include "WebStorageQuotaType.h" |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::Weight800, FontWeight800); | 354 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::Weight800, FontWeight800); |
| 354 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::Weight900, FontWeight900); | 355 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::Weight900, FontWeight900); |
| 355 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal)
; | 356 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal)
; |
| 356 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold); | 357 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold); |
| 357 | 358 |
| 358 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeInvalid, InvalidIcon); | 359 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeInvalid, InvalidIcon); |
| 359 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeFavicon, Favicon); | 360 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeFavicon, Favicon); |
| 360 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeTouch, TouchIcon); | 361 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeTouch, TouchIcon); |
| 361 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeTouchPrecomposed, TouchPrecomposedI
con); | 362 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeTouchPrecomposed, TouchPrecomposedI
con); |
| 362 | 363 |
| 364 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::KindSubtitles, InbandTextTrackP
rivate::Subtitles); |
| 365 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::KindCaptions, InbandTextTrackPr
ivate::Captions); |
| 366 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::KindDescriptions, InbandTextTra
ckPrivate::Descriptions); |
| 367 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::KindChapters, InbandTextTrackPr
ivate::Chapters); |
| 368 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::KindMetadata, InbandTextTrackPr
ivate::Metadata); |
| 369 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::KindNone, InbandTextTrackPrivat
e::None); |
| 370 |
| 371 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::ModeDisabled, InbandTextTrackPr
ivate::Disabled); |
| 372 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::ModeHidden, InbandTextTrackPriv
ate::Hidden); |
| 373 COMPILE_ASSERT_MATCHING_ENUM(WebInbandTextTrack::ModeShowing, InbandTextTrackPri
vate::Showing); |
| 374 |
| 363 #if ENABLE(INPUT_SPEECH) | 375 #if ENABLE(INPUT_SPEECH) |
| 364 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Idle, InputFieldSpeechButtonElemen
t::Idle); | 376 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Idle, InputFieldSpeechButtonElemen
t::Idle); |
| 365 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Recording, InputFieldSpeechButtonE
lement::Recording); | 377 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Recording, InputFieldSpeechButtonE
lement::Recording); |
| 366 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Recognizing, InputFieldSpeechButto
nElement::Recognizing); | 378 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Recognizing, InputFieldSpeechButto
nElement::Recognizing); |
| 367 #endif | 379 #endif |
| 368 | 380 |
| 369 COMPILE_ASSERT_MATCHING_ENUM(WebNode::ElementNode, Node::ELEMENT_NODE); | 381 COMPILE_ASSERT_MATCHING_ENUM(WebNode::ElementNode, Node::ELEMENT_NODE); |
| 370 COMPILE_ASSERT_MATCHING_ENUM(WebNode::AttributeNode, Node::ATTRIBUTE_NODE); | 382 COMPILE_ASSERT_MATCHING_ENUM(WebNode::AttributeNode, Node::ATTRIBUTE_NODE); |
| 371 COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE); | 383 COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE); |
| 372 COMPILE_ASSERT_MATCHING_ENUM(WebNode::CDataSectionNode, Node::CDATA_SECTION_NODE
); | 384 COMPILE_ASSERT_MATCHING_ENUM(WebNode::CDataSectionNode, Node::CDATA_SECTION_NODE
); |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit
yVeryLow); | 622 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit
yVeryLow); |
| 611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow
); | 623 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow
); |
| 612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority
Medium); | 624 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority
Medium); |
| 613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi
gh); | 625 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi
gh); |
| 614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); | 626 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); |
| 615 | 627 |
| 616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); | 628 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); |
| 617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); | 629 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); |
| 618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); | 630 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); |
| 619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); | 631 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
| OLD | NEW |