Home
last modified time | relevance | path

Searched defs:document (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentFullscreen.cpp33 bool DocumentFullscreen::webkitIsFullScreen(Document& document) in webkitIsFullScreen()
40 bool DocumentFullscreen::webkitFullScreenKeyboardInputAllowed(Document& document) in webkitFullScreenKeyboardInputAllowed()
47 Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document& document) in webkitCurrentFullScreenElement()
54 void DocumentFullscreen::webkitCancelFullScreen(Document& document) in webkitCancelFullScreen()
59 bool DocumentFullscreen::webkitFullscreenEnabled(Document& document) in webkitFullscreenEnabled()
64 Element* DocumentFullscreen::webkitFullscreenElement(Document& document) in webkitFullscreenElement()
71 void DocumentFullscreen::webkitExitFullscreen(Document& document) in webkitExitFullscreen()
DContextFeatures.cpp56 bool ContextFeatures::dialogElementEnabled(Document* document) in dialogElementEnabled()
63 bool ContextFeatures::pagePopupEnabled(Document* document) in pagePopupEnabled()
70 bool ContextFeatures::mutationEventsEnabled(Document* document) in mutationEventsEnabled()
78 bool ContextFeatures::pushStateEnabled(Document* document) in pushStateEnabled()
88 void provideContextFeaturesToDocumentFrom(Document& document, Page& page) in provideContextFeaturesToDocumentFrom()
DStyleElement.cpp45 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
185 bool StyleElement::sheetLoaded(Document& document) in sheetLoaded()
194 void StyleElement::startLoadingDynamicSheet(Document& document) in startLoadingDynamicSheet()
DFullscreenElementStack.cpp49 static bool fullscreenIsAllowedForAllOwners(const Document& document) in fullscreenIsAllowedForAllOwners()
65 static bool fullscreenIsSupported(const Document& document) in fullscreenIsSupported()
72 static bool fullscreenIsSupported(const Document& document, const Element& element) in fullscreenIsSupported()
84 FullscreenElementStack& FullscreenElementStack::from(Document& document) in from()
95 FullscreenElementStack* FullscreenElementStack::fromIfExistsSlow(Document& document) in fromIfExistsSlow()
100 Element* FullscreenElementStack::fullscreenElementFrom(Document& document) in fullscreenElementFrom()
107 Element* FullscreenElementStack::currentFullScreenElementFrom(Document& document) in currentFullScreenElementFrom()
114 bool FullscreenElementStack::isFullScreen(Document& document) in isFullScreen()
121 FullscreenElementStack::FullscreenElementStack(Document& document) in FullscreenElementStack()
134 inline Document* FullscreenElementStack::document() in document() function in WebCore::FullscreenElementStack
[all …]
DTreeScopeTest.cpp19 RefPtrWillBeRawPtr<Document> document = Document::create(); in TEST() local
34 RefPtrWillBeRawPtr<Document> document = Document::create(); in TEST() local
49 RefPtrWillBeRawPtr<Document> document = Document::create(); in TEST() local
72 RefPtrWillBeRawPtr<Document> document = Document::create(); in TEST() local
DDocumentTest.cpp48 Document& document() const { return m_dummyPageHolder->document(); } in document() function in __anon907886140111::DocumentTest
65 static PassOwnPtrWillBeRawPtr<MockDocumentVisibilityObserver> create(Document& document) in create()
75 MockDocumentVisibilityObserver(Document& document) : DocumentVisibilityObserver(document) { } in MockDocumentVisibilityObserver()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp48 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()
DMeterShadowElement.cpp45 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()
DDateTimeFieldElements.cpp45 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 …]
DProgressShadowElement.cpp43 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/
DCookieJar.cpp46 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()
DTextResourceDecoderBuilder.cpp59 …ssOwnPtr<TextResourceDecoder> TextResourceDecoderBuilder::createDecoderInstance(Document* document) in createDecoderInstance()
69 …ne void TextResourceDecoderBuilder::setupEncoding(TextResourceDecoder* decoder, Document* document) in setupEncoding()
97 PassOwnPtr<TextResourceDecoder> TextResourceDecoderBuilder::buildFor(Document* document) in buildFor()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DDocumentAnimations.cpp49 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()
87 void DocumentAnimations::startPendingAnimations(Document& document) in startPendingAnimations()
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
DInternalsGeolocation.cpp45 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/
Drenderer_accessibility_complete.cc47 const WebDocument& document = GetMainDocument(); in RendererAccessibilityComplete() local
83 const WebDocument& document = GetMainDocument(); in FocusedNodeChanged() local
95 const WebDocument& document = GetMainDocument(); in DidFinishLoad() local
108 const WebDocument& document = GetMainDocument(); in HandleAXEvent() local
158 const WebDocument& document = GetMainDocument(); in SendPendingAccessibilityEvents() local
275 const WebDocument& document = GetMainDocument(); in OnDoDefaultAction() local
292 const WebDocument& document = GetMainDocument(); in OnScrollToMakeVisible() local
318 const WebDocument& document = GetMainDocument(); in OnScrollToPoint() local
342 const WebDocument& document = GetMainDocument(); in OnSetTextSelection() local
366 const WebDocument& document = GetMainDocument(); in OnHitTest() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBodyElement.cpp44 inline HTMLBodyElement::HTMLBodyElement(Document& document) in HTMLBodyElement()
200 static int adjustForZoom(int value, Document* document) in adjustForZoom()
225 Document& document = this->document(); in scrollLeft() local
244 Document& document = this->document(); in setScrollLeft() local
271 Document& document = this->document(); in scrollTop() local
290 Document& document = this->document(); in setScrollTop() local
318 Document& document = this->document(); in scrollHeight() local
327 Document& document = this->document(); in scrollWidth() local
DHTMLAudioElement.cpp36 HTMLAudioElement::HTMLAudioElement(Document& document) in HTMLAudioElement()
42 PassRefPtrWillBeRawPtr<HTMLAudioElement> HTMLAudioElement::create(Document& document) in create()
50 …eRawPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const Atomi… in createForJSConstructor()
/external/clang/test/SemaObjC/
Dprotocol-lookup-2.m38 -document; method
45 -document; method in cat
49 -document; method
56 - document { return 0; } method
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp163 static SpellCheckRequester* spellCheckRequester(Document* document) in spellCheckRequester()
172 PassRefPtrWillBeRawPtr<Internals> Internals::create(Document* document) in create()
204 Internals::Internals(Document* document) in Internals()
224 Document* document = contextDocument(); in settings() local
272 Document* document = contextDocument(); in updateStyleAndReturnAffectedElementCount() local
300 Document* document = contextDocument(); in isPreloaded() local
319 Document* document = contextDocument(); in setStyleResolverStatsEnabled() local
328 Document* document = contextDocument(); in styleResolverStatsReport() local
338 Document* document = contextDocument(); in styleResolverStatsTotalsReport() local
462 Document* document = contextFrame->document(); in numberOfActiveAnimations() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTElement.cpp67 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/core/xml/
DDocumentXPathEvaluator.cpp40 DocumentXPathEvaluator& DocumentXPathEvaluator::from(DocumentSupplementable& document) in from()
50 …eRawPtr<XPathExpression> DocumentXPathEvaluator::createExpression(DocumentSupplementable& document, in createExpression()
59 …r<XPathNSResolver> DocumentXPathEvaluator::createNSResolver(DocumentSupplementable& document, Node… in createNSResolver()
67 …rWillBeRawPtr<XPathResult> DocumentXPathEvaluator::evaluate(DocumentSupplementable& document, cons… in evaluate()
/external/chromium_org/third_party/WebKit/Source/web/
DContextFeaturesClientImpl.cpp104 ContextFeaturesCache& ContextFeaturesCache::from(Document& document) in from()
115 void ContextFeaturesCache::validateAgainst(Document* document) in validateAgainst()
125 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bo… in isEnabled()
134 void ContextFeaturesClientImpl::urlDidChange(Document* document) in urlDidChange()
140 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType typ… in askIfIsEnabled()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DDocumentResourceReference.h36 …DocumentResourceReference(DocumentResource* document) : m_document(document) { m_document->addClie… in DocumentResourceReference()
38 DocumentResource* document() { return m_document.get(); } in document() function
/external/chromium_org/third_party/WebKit/Source/modules/vibration/testing/
DInternalsVibration.cpp40 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/html/imports/
DHTMLImportTreeRoot.cpp15 PassOwnPtrWillBeRawPtr<HTMLImportTreeRoot> HTMLImportTreeRoot::create(Document* document) in create()
20 HTMLImportTreeRoot::HTMLImportTreeRoot(Document* document) in HTMLImportTreeRoot()
38 Document* HTMLImportTreeRoot::document() const in document() function in WebCore::HTMLImportTreeRoot

12345678910>>...29