Searched defs:document (Results 1 - 25 of 714) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... .Object implements org.dom4j.CharacterData { } org/dom4j/Document.class Document.java package org.dom4j public ...
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.cc95 // Empty customization document that doesn't customize anything.
101 // Services customization document load results reported via the
364 explicit ApplyingTask(ServicesCustomizationDocument* document);
381 ServicesCustomizationDocument* document)
382 : document_(document), engaged_(true) {
383 document->ApplyingTaskStarted();
839 << "No wallpaper URL attribute in customization document, "
898 << "Wallpaper URL in customization document '"
906 << "No wallpaper URL attribute in customization document, "
380 ApplyingTask( ServicesCustomizationDocument* document) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc164 // Flush the cached document.
218 PrintedDocument* PrintJob::document() const { function in class:printing::PrintJob
306 // Update the rendered document. It will send notifications to the listener.
331 // Sync the document with the worker.
352 DCHECK_EQ(event_details.document(), document_.get());
448 PrintedDocument* document,
450 : document_(document),
458 PrintedDocument* JobEventDetails::document() const { return document_.get(); } function in class:printing::JobEventDetails
447 JobEventDetails(Type type, PrintedDocument* document, PrintedPage* page) argument
H A Dprint_job_worker.cc77 PrintedDocument* document,
79 JobEventDetails* details = new JobEventDetails(detail_type, document, page);
268 // We still don't know how many pages the document contains. We can't
269 // start to print the document yet since the header/footer may refer to
270 // the document's page count.
75 NotificationCallback(PrintJobWorkerOwner* print_job, JobEventDetails::Type detail_type, PrintedDocument* document, PrintedPage* page) argument
/external/chromium_org/chrome/browser/resources/
H A Dabout_credits.js5 function $(o) {return document.getElementById(o);}
25 document.body.onload = function () {
26 var links = document.getElementsByTagName("a");
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js134 i18nTemplate.process(document, loadTimeData);
272 if (document.activeElement != input)
515 * Helper function for handling canExecute for the list and document.
650 var commands = document.querySelectorAll('command');
778 return (opt_target || document.activeElement) == tree ?
929 if (document.activeElement == tree)
941 if (document.activeElement == tree) {
967 if (document.activeElement == tree) {
1094 if (document.activeElement == tree)
1249 if (document
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Daria_util.js93 'document' : 'aria_role_document',
663 node = document.getElementById(activeId);
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.js369 document.body.style.background = background;
370 document.body.classList.toggle(CLASSES.ALTERNATE_LOGO, info.alternateLogo);
395 var head = document.head;
424 customStyleElement = document.createElement('style');
670 var tileElem = document.createElement('div');
692 var titleElem = document.createElement('iframe');
726 var thumbnailElem = document.createElement('iframe');
933 document.body.classList.toggle(CLASSES.FAKEBOX_FOCUS, focus);
940 document.body.classList.toggle(CLASSES.FAKEBOX_DRAG_FOCUS, focus);
947 return document
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
H A Doptions.js6 var rules = document.getElementById('rules');
7 this.node = document.getElementById('rule-template').cloneNode(true);
58 return document.querySelector('#' + this.node.id + ' .' + name);
81 document.getElementById('rules').childNodes).map(function(node) {
93 document.getElementById('new').onclick = function() {
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
H A Dpopup.js25 var div = document.getElementById("process-list");
29 document.getElementById("killProcess").onclick = function () {
75 document.addEventListener('DOMContentLoaded', init);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js45 listenAndCoalesce(document, "scroll");
48 if ((window == window.top) && document.body && !document.body.onresize) {
49 document.body.onresize = function(event) {
54 listenAndCoalesce(document, "keypress", function(event) {
/external/chromium_org/chrome/renderer/autofill/
H A Dautofill_renderer_browsertest.cc125 "var newForm=document.createElement('form');"
129 "var newFirstname=document.createElement('input');"
133 "var newLastname=document.createElement('input');"
137 "var newEmail=document.createElement('input');"
144 "document.body.appendChild(newForm);");
201 WebDocument document = web_frame->document(); local
203 document.getElementById("firstname").to<WebInputElement>();
205 document.getElementById("middlename").to<WebInputElement>();
240 "document
[all...]
H A Dpage_click_tracker_browsertest.cc63 blink::WebDocument document = view_->GetWebView()->mainFrame()->document(); variable
64 text_ = document.getElementById("text_1");
65 textarea_ = document.getElementById("textarea_1");
110 EXPECT_NE(text_, text_.document().focusedElement());
H A Dpassword_autofill_agent_browsertest.cc129 " var p = document.createElement('p');"
130 " document.body.appendChild(p);"
143 "var form = document.getElementById('myform1');"
151 " document.getElementById('username').onchange = function() {"
154 " document.getElementById('password').onchange = function() {"
248 WebDocument document = GetMainFrame()->document(); local
250 document.getElementById(WebString::fromUTF8(kUsernameName));
253 element = document.getElementById(WebString::fromUTF8(kPasswordName));
279 input_frame->document()
537 WebDocument document = GetMainFrame()->document(); local
637 WebDocument document = GetMainFrame()->document(); local
665 WebDocument document = GetMainFrame()->document(); local
917 WebDocument document = iframe->document(); local
[all...]
H A Dpassword_generation_agent_browsertest.cc57 WebDocument document = GetMainFrame()->document(); local
59 document.getElementById(WebString::fromUTF8(element_id));
62 base::StringPrintf("document.getElementById('%s').focus();",
146 WebDocument document = GetMainFrame()->document(); local
148 document.getElementById(WebString::fromUTF8("first_password"));
151 element = document.getElementById(WebString::fromUTF8("second_password"));
172 element = document.getElementById(WebString::fromUTF8("first_password"));
174 EXPECT_EQ(element, document
182 WebDocument document = GetMainFrame()->document(); local
264 WebDocument document = GetMainFrame()->document(); local
[all...]
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc97 // maximum number of characters in the document to index, any text beyond this
110 // Returns true if the document was parsed without errors.
116 WebDocument document = local
117 main_frame ? main_frame->document() : WebDocument();
118 WebElement head = document.isNull() ? WebElement() : document.head();
119 GURL document_url = document.isNull() ? GURL() : GURL(document.url());
337 GURL osdd_url = main_frame->document().openSearchDescriptionURL();
340 routing_id(), main_frame->document()
[all...]
H A Dweb_apps.cc78 GURL url = link.document().completeURL(href);
123 WebDocument document = frame->document(); local
124 if (document.isNull())
127 WebElement head = document.head();
131 GURL document_url = document.url();
/external/chromium_org/chrome/renderer/extensions/
H A Dwebstore_bindings.cc97 frame->document().url(),
117 WebDocument document = frame->document(); local
118 if (document.isNull()) {
123 WebElement head = document.head();
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dmalware_dom_details.cc31 blink::WebURL full_url = element.document().completeURL(
95 blink::WebDocument document = frame->document(); local
96 details_node.url = GURL(document.url());
97 if (document.isNull()) {
103 blink::WebElementCollection elements = document.all();
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc1156 base::DictionaryValue document; local
1157 document.SetString("legal_document_id", "doc_id_1");
1158 document.SetString("display_name", "doc_1");
1160 WalletItems::LegalDocument::CreateLegalDocument(document).release());
1161 document.SetString("legal_document_id", "doc_id_2");
1162 document.SetString("display_name", "doc_2");
1164 WalletItems::LegalDocument::CreateLegalDocument(document).release());
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc552 field->document().frame()->unmarkText();
683 bool ClickElement(const WebDocument& document, argument
691 element = document.querySelector(web_descriptor, ec);
697 element = document.getElementById(web_descriptor);
835 const WebFrame* frame = form_element.document().frame();
843 form->origin = frame->document().url();
844 form->action = frame->document().completeURL(form_element.action());
1105 blink::WebDocument document = frame->document(); local
1107 return IsWebElementEmpty(document
[all...]
H A Dform_cache.cc56 const WebFrame* element_frame = form_element.document().frame();
76 WebDocument document = frame.document(); local
77 if (document.isNull())
80 web_documents_.insert(document);
83 document.forms(web_forms);
114 element.document().frame()->addMessageToConsole(console_message);
269 GURL action(form_element.document().completeURL(form_element.action()));
/external/chromium_org/components/component_updater/
H A Dupdate_response.cc90 // Utility class for cleaning up the xml document when leaving a scope.
93 explicit ScopedXmlDocument(xmlDocPtr document) : document_(document) {} argument
286 ScopedXmlDocument document(
288 if (!document.get()) {
293 xmlNode* root = xmlDocGetRootElement(document.get());
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc239 blink::WebURLLoader* CreateWebURLLoader(const blink::WebDocument& document, argument
246 if (document.securityOrigin().canRequest(gurl)) {
253 return document.frame()->createAssociatedURLLoader(options);
256 blink::WebURLRequest CreateWebURLRequest(const blink::WebDocument& document, argument
261 request.setFirstPartyForCookies(document.firstPartyForCookies());
683 // IMPORTANT: Make sure the document can request the given URL. If we don't
688 plugin_instance->GetContainer()->element().document().securityOrigin();
907 const blink::WebDocument& document = local
908 plugin_instance->GetContainer()->element().document();
912 CreateWebURLLoader(document, gur
1240 const blink::WebDocument& document = local
1398 const blink::WebDocument& document = local
1627 const blink::WebDocument& document = local
[all...]
/external/chromium_org/components/query_parser/
H A Dsnippet.cc213 const std::string& document) {
221 document_utext = utext_openUTF8(document_utext, document.data(),
222 document.size(), &status);
242 CHECK(match_end <= document.size());
252 CHECK(start < document.size());
253 snippet += base::UTF8ToUTF16(document.substr(start, match_start - start));
258 snippet += base::UTF8ToUTF16(document.substr(match_start,
273 CHECK(end <= document.size());
274 snippet += base::UTF8ToUTF16(document.substr(match_end, end - match_end));
281 CHECK(end <= document
212 ComputeSnippet(const MatchPositions& match_positions, const std::string& document) argument
[all...]

Completed in 2431 milliseconds

1234567891011>>