/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentFullscreen.cpp | 33 bool DocumentFullscreen::fullscreenEnabled(Document& document) in fullscreenEnabled() 38 Element* DocumentFullscreen::fullscreenElement(Document& document) in fullscreenElement() 45 void DocumentFullscreen::exitFullscreen(Document& document) in exitFullscreen() 50 bool DocumentFullscreen::webkitFullScreenKeyboardInputAllowed(Document& document) in webkitFullScreenKeyboardInputAllowed() 57 Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document& document) in webkitCurrentFullScreenElement()
|
D | Fullscreen.cpp | 50 static bool fullscreenIsAllowedForAllOwners(const Document& document) in fullscreenIsAllowedForAllOwners() 61 static bool fullscreenIsSupported(const Document& document) in fullscreenIsSupported() 68 static bool fullscreenIsSupported(const Document& document, const Element& element) in fullscreenIsSupported() 134 Fullscreen& Fullscreen::from(Document& document) in from() 145 Fullscreen* Fullscreen::fromIfExistsSlow(Document& document) in fromIfExistsSlow() 150 Element* Fullscreen::fullscreenElementFrom(Document& document) in fullscreenElementFrom() 157 Element* Fullscreen::currentFullScreenElementFrom(Document& document) in currentFullScreenElementFrom() 164 bool Fullscreen::isFullScreen(Document& document) in isFullScreen() 169 Fullscreen::Fullscreen(Document& document) in Fullscreen() 182 inline Document* Fullscreen::document() in document() function in blink::Fullscreen [all …]
|
D | StyleElement.cpp | 45 StyleElement::StyleElement(Document* document, bool createdByParser) in StyleElement() 63 void StyleElement::processStyleSheet(Document& document, Element* element) in processStyleSheet() 77 void StyleElement::removedFromDocument(Document& document, Element* element) in removedFromDocument() 82 void StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scoping… in removedFromDocument() 99 void StyleElement::clearDocumentData(Document& document, Element* element) in clearDocumentData() 148 Document& document = e->document(); in createSheet() local 190 bool StyleElement::sheetLoaded(Document& document) in sheetLoaded() 199 void StyleElement::startLoadingDynamicSheet(Document& document) in startLoadingDynamicSheet()
|
D | ContextFeatures.cpp | 52 bool ContextFeatures::pagePopupEnabled(Document* document) in pagePopupEnabled() 59 bool ContextFeatures::mutationEventsEnabled(Document* document) in mutationEventsEnabled() 67 bool ContextFeatures::pushStateEnabled(Document* document) in pushStateEnabled() 77 void provideContextFeaturesToDocumentFrom(Document& document, Page& page) in provideContextFeaturesToDocumentFrom()
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | TextControlInnerElements.cpp | 48 TextControlInnerContainer::TextControlInnerContainer(Document& document) in TextControlInnerContainer() 53 …RefPtrWillBeRawPtr<TextControlInnerContainer> TextControlInnerContainer::create(Document& document) in create() 67 EditingViewPortElement::EditingViewPortElement(Document& document) in EditingViewPortElement() 73 PassRefPtrWillBeRawPtr<EditingViewPortElement> EditingViewPortElement::create(Document& document) in create() 101 inline TextControlInnerEditorElement::TextControlInnerEditorElement(Document& document) in TextControlInnerEditorElement() 107 …llBeRawPtr<TextControlInnerEditorElement> TextControlInnerEditorElement::create(Document& document) in create() 149 inline SearchFieldDecorationElement::SearchFieldDecorationElement(Document& document) in SearchFieldDecorationElement() 154 …WillBeRawPtr<SearchFieldDecorationElement> SearchFieldDecorationElement::create(Document& document) in create() 197 inline SearchFieldCancelButtonElement::SearchFieldCancelButtonElement(Document& document) in SearchFieldCancelButtonElement() 203 …BeRawPtr<SearchFieldCancelButtonElement> SearchFieldCancelButtonElement::create(Document& document) in create()
|
D | MeterShadowElement.cpp | 45 inline MeterShadowElement::MeterShadowElement(Document& document) in MeterShadowElement() 61 inline MeterInnerElement::MeterInnerElement(Document& document) in MeterInnerElement() 66 PassRefPtrWillBeRawPtr<MeterInnerElement> MeterInnerElement::create(Document& document) in create() 87 inline MeterBarElement::MeterBarElement(Document& document) in MeterBarElement() 92 PassRefPtrWillBeRawPtr<MeterBarElement> MeterBarElement::create(Document& document) in create() 99 inline MeterValueElement::MeterValueElement(Document& document) in MeterValueElement() 104 PassRefPtrWillBeRawPtr<MeterValueElement> MeterValueElement::create(Document& document) in create()
|
D | DateTimeFieldElements.cpp | 45 DateTimeAMPMFieldElement::DateTimeAMPMFieldElement(Document& document, FieldOwner& fieldOwner, cons… in DateTimeAMPMFieldElement() 50 …eRawPtr<DateTimeAMPMFieldElement> DateTimeAMPMFieldElement::create(Document& document, FieldOwner&… in create() 81 DateTimeDayFieldElement::DateTimeDayFieldElement(Document& document, FieldOwner& fieldOwner, const … in DateTimeDayFieldElement() 86 PassRefPtrWillBeRawPtr<DateTimeDayFieldElement> DateTimeDayFieldElement::create(Document& document,… in create() 122 DateTimeHourFieldElementBase::DateTimeHourFieldElementBase(Document& document, FieldOwner& fieldOwn… in DateTimeHourFieldElementBase() 157 DateTimeHour11FieldElement::DateTimeHour11FieldElement(Document& document, FieldOwner& fieldOwner, … in DateTimeHour11FieldElement() 162 …Ptr<DateTimeHour11FieldElement> DateTimeHour11FieldElement::create(Document& document, FieldOwner&… in create() 198 DateTimeHour12FieldElement::DateTimeHour12FieldElement(Document& document, FieldOwner& fieldOwner, … in DateTimeHour12FieldElement() 203 …Ptr<DateTimeHour12FieldElement> DateTimeHour12FieldElement::create(Document& document, FieldOwner&… in create() 241 DateTimeHour23FieldElement::DateTimeHour23FieldElement(Document& document, FieldOwner& fieldOwner, … in DateTimeHour23FieldElement() [all …]
|
D | ProgressShadowElement.cpp | 43 ProgressShadowElement::ProgressShadowElement(Document& document) in ProgressShadowElement() 59 inline ProgressInnerElement::ProgressInnerElement(Document& document) in ProgressInnerElement() 80 inline ProgressBarElement::ProgressBarElement(Document& document) in ProgressBarElement()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | CookieJar.cpp | 46 static blink::WebCookieJar* toCookieJar(const Document* document) in toCookieJar() 53 String cookies(const Document* document, const KURL& url) in cookies() 61 void setCookies(Document* document, const KURL& url, const String& cookieString) in setCookies() 69 bool cookiesEnabled(const Document* document) in cookiesEnabled() 77 String cookieRequestHeaderFieldValue(const Document* document, const KURL& url) in cookieRequestHeaderFieldValue() 85 bool getRawCookies(const Document* document, const KURL& url, Vector<Cookie>& cookies) in getRawCookies() 101 void deleteCookie(const Document* document, const KURL& url, const String& cookieName) in deleteCookie()
|
D | TextResourceDecoderBuilder.cpp | 58 …ssOwnPtr<TextResourceDecoder> TextResourceDecoderBuilder::createDecoderInstance(Document* document) in createDecoderInstance() 68 …ne void TextResourceDecoderBuilder::setupEncoding(TextResourceDecoder* decoder, Document* document) in setupEncoding() 96 PassOwnPtr<TextResourceDecoder> TextResourceDecoderBuilder::buildFor(Document* document) in buildFor()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | DocumentAnimations.cpp | 49 void updateAnimationTiming(Document& document, TimingUpdateReason reason) in updateAnimationTiming() 56 void DocumentAnimations::updateAnimationTimingForAnimationFrame(Document& document, double monotoni… in updateAnimationTimingForAnimationFrame() 62 void DocumentAnimations::updateOutdatedAnimationPlayersIfNeeded(Document& document) in updateOutdatedAnimationPlayersIfNeeded() 82 bool DocumentAnimations::needsOutdatedAnimationPlayerUpdate(const Document& document) in needsOutdatedAnimationPlayerUpdate() 88 void DocumentAnimations::startPendingAnimations(Document& document) in startPendingAnimations()
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/ |
D | InternalsGeolocation.cpp | 45 void InternalsGeolocation::setGeolocationClientMock(Internals&, Document* document) in setGeolocationClientMock() 56 void InternalsGeolocation::setGeolocationPosition(Internals&, Document* document, double latitude, … in setGeolocationPosition() 65 void InternalsGeolocation::setGeolocationPositionUnavailableError(Internals&, Document* document, c… in setGeolocationPositionUnavailableError() 74 void InternalsGeolocation::setGeolocationPermission(Internals&, Document* document, bool allowed) in setGeolocationPermission() 83 … InternalsGeolocation::numberOfPendingGeolocationPermissionRequests(Internals&, Document* document) in numberOfPendingGeolocationPermissionRequests() 92 GeolocationClientMock* InternalsGeolocation::geolocationClient(Document* document) in geolocationClient()
|
/external/chromium_org/content/renderer/accessibility/ |
D | renderer_accessibility_complete.cc | 55 const WebDocument& document = GetMainDocument(); in RendererAccessibilityComplete() local 92 const WebDocument& document = GetMainDocument(); in FocusedNodeChanged() local 110 const WebDocument& document = GetMainDocument(); in HandleAXEvent() local 160 const WebDocument& document = GetMainDocument(); in SendPendingAccessibilityEvents() local 281 const WebDocument& document = GetMainDocument(); in OnDoDefaultAction() local 298 const WebDocument& document = GetMainDocument(); in OnScrollToMakeVisible() local 324 const WebDocument& document = GetMainDocument(); in OnScrollToPoint() local 348 const WebDocument& document = GetMainDocument(); in OnSetTextSelection() local 372 const WebDocument& document = GetMainDocument(); in OnHitTest() local 391 const WebDocument& document = GetMainDocument(); in OnSetFocus() local [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLBodyElement.cpp | 45 inline HTMLBodyElement::HTMLBodyElement(Document& document) in HTMLBodyElement() 202 static int adjustForZoom(int value, Document* document) in adjustForZoom() 227 Document& document = this->document(); in scrollLeft() local 247 Document& document = this->document(); in setScrollLeft() local 274 Document& document = this->document(); in scrollTop() local 294 Document& document = this->document(); in setScrollTop() local 322 Document& document = this->document(); in scrollHeight() local 331 Document& document = this->document(); in scrollWidth() local
|
D | HTMLAudioElement.cpp | 36 HTMLAudioElement::HTMLAudioElement(Document& document) in HTMLAudioElement() 41 PassRefPtrWillBeRawPtr<HTMLAudioElement> HTMLAudioElement::create(Document& document) in create() 49 …eRawPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const Atomi… in createForJSConstructor()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLResourcePreloader.cpp | 46 KURL PreloadRequest::completeURL(Document* document) in completeURL() 51 FetchRequest PreloadRequest::resourceRequest(Document* document) in resourceRequest() 64 inline HTMLResourcePreloader::HTMLResourcePreloader(Document& document) in HTMLResourcePreloader() 69 PassOwnPtrWillBeRawPtr<HTMLResourcePreloader> HTMLResourcePreloader::create(Document& document) in create()
|
/external/clang/test/SemaObjC/ |
D | protocol-lookup-2.m | 38 -document; method 45 -document; method in cat 49 -document; method 56 - document { return 0; } method
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | DocumentXPathEvaluator.cpp | 39 DocumentXPathEvaluator& DocumentXPathEvaluator::from(DocumentSupplementable& document) in from() 49 …eRawPtr<XPathExpression> DocumentXPathEvaluator::createExpression(DocumentSupplementable& document, in createExpression() 58 …r<XPathNSResolver> DocumentXPathEvaluator::createNSResolver(DocumentSupplementable& document, Node… in createNSResolver() 66 …rWillBeRawPtr<XPathResult> DocumentXPathEvaluator::evaluate(DocumentSupplementable& document, cons… in evaluate()
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | VTTElement.cpp | 67 VTTElement::VTTElement(VTTNodeType nodeType, Document* document) in VTTElement() 74 PassRefPtrWillBeRawPtr<VTTElement> VTTElement::create(VTTNodeType nodeType, Document* document) in create() 86 PassRefPtrWillBeRawPtr<HTMLElement> VTTElement::createEquivalentHTMLElement(Document& document) in createEquivalentHTMLElement()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ContextFeaturesClientImpl.cpp | 102 ContextFeaturesCache& ContextFeaturesCache::from(Document& document) in from() 113 void ContextFeaturesCache::validateAgainst(Document* document) in validateAgainst() 123 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bo… in isEnabled() 132 void ContextFeaturesClientImpl::urlDidChange(Document* document) in urlDidChange() 138 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType typ… in askIfIsEnabled()
|
D | WebDocument.cpp | 214 RefPtrWillBeRawPtr<Document> document = unwrap<Document>(); in insertStyleSheet() local 223 RefPtrWillBeRawPtr<Document> document = unwrap<Document>(); in watchCSSSelectors() local 294 RefPtrWillBeRawPtr<Document> document = unwrap<Document>(); in beginExitTransition() local 301 const Document* document = constUnwrap<Document>(); in accessibilityObject() local 308 const Document* document = constUnwrap<Document>(); in accessibilityObjectFromID() local 316 const Document* document = constUnwrap<Document>(); in draggableRegions() local 332 Document* document = unwrap<Document>(); in registerEmbedderCustomElement() local 344 const Document* document = constUnwrap<Document>(); in manifestURL() local
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | DocumentResourceReference.h | 36 …DocumentResourceReference(DocumentResource* document) : m_document(document) { m_document->addClie… in DocumentResourceReference() 38 DocumentResource* document() { return m_document.get(); } in document() function
|
/external/chromium_org/ui/webui/resources/js/chromeos/ |
D | ui_account_tweaks.js | 69 UIAccountTweaks.applySessionTypeVisibility_ = function(document, argument 88 UIAccountTweaks.applyGuestSessionVisibility = function(document) { argument 100 UIAccountTweaks.applyPublicSessionVisibility = function(document) { argument
|
/external/chromium_org/third_party/WebKit/Source/modules/vibration/testing/ |
D | InternalsVibration.cpp | 40 bool InternalsVibration::isVibrating(Internals&, Document* document) in isVibrating() 46 Vector<unsigned> InternalsVibration::pendingVibrationPattern(Internals&, Document* document) in pendingVibrationPattern()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 198 static SpellCheckRequester* spellCheckRequester(Document* document) in spellCheckRequester() 207 Internals* Internals::create(Document* document) in create() 238 Internals::Internals(Document* document) in Internals() 258 Document* document = contextDocument(); in settings() local 306 Document* document = contextDocument(); in updateStyleAndReturnAffectedElementCount() local 345 Document* document = contextDocument(); in isPreloaded() local 632 bool Internals::hasAutofocusRequest(Document* document) in hasAutofocusRequest() 667 Document* document = contextDocument(); in setEnableMockPagePopup() local 687 Document* document = contextDocument(); in absoluteCaretBounds() local 781 void Internals::setMarkedTextMatchesAreHighlighted(Document* document, bool highlight) in setMarkedTextMatchesAreHighlighted() [all …]
|