HomeSort by relevance Sort by last modified time
    Searched refs:document_ (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
json.cc 34 Rapidjson() : document_(new rapidjson::Document), valid_(false) {}
39 document_->Parse<rapidjson::kParseValidateEncodingFlag>(json.c_str());
40 valid_ = !document_->HasParseError() && document_->IsObject();
46 const rapidjson::Value::Member* member = document_->FindMember(key.c_str());
52 const rapidjson::Value::Member* member = document_->FindMember(key.c_str());
61 scoped_ptr<rapidjson::Document> document_; member in class:i18n::addressinput::__anon14506::Rapidjson
  /external/chromium/chrome/browser/printing/
print_job.cc 51 DCHECK(!document_.get());
100 if (!document_.get())
103 return document_->cookie();
119 worker_.get(), &PrintJobWorker::StartPrinting, document_));
125 new JobEventDetails(JobEventDetails::NEW_DOC, document_.get(), NULL));
200 if (document_.get())
201 document_->DisconnectSource();
209 return document_.get();
213 if (document_.get() == new_document)
216 document_ = new_document
    [all...]
print_job_worker.cc 179 DCHECK_EQ(document_, new_document);
180 DCHECK(document_.get());
183 if (!document_.get() || page_number_ != PageNumber::npos() ||
184 document_ != new_document) {
189 printing_context_->NewDocument(document_->name());
213 document_ = new_document;
217 if (!document_.get()) {
226 int page_count = document_->page_count();
234 page_number_.Init(document_->settings(), page_count);
241 if (!document_->GetPage(page_number_.ToInt(), &page))
    [all...]
print_job.h 98 // Updates document_ to a new instance.
131 scoped_refptr<PrintedDocument> document_; member in class:printing::PrintJob
195 scoped_refptr<PrintedDocument> document_; member in class:printing::JobEventDetails
print_job_worker.h 117 scoped_refptr<PrintedDocument> document_; member in class:printing::PrintJobWorker
  /external/chromium_org/chrome/browser/printing/
print_job_worker.cc 209 DCHECK_EQ(document_, new_document);
210 DCHECK(document_.get());
212 if (!document_.get() || page_number_ != PageNumber::npos() ||
213 document_.get() != new_document) {
218 printing::SimplifyDocumentTitle(document_->name());
246 document_ = new_document;
250 if (!document_.get()) // Spurious message.
258 int page_count = document_->page_count();
266 page_number_.Init(document_->settings(), page_count);
275 if (!document_->GetPage(page_number_.ToInt(), &page))
    [all...]
print_job.cc 69 DCHECK(!document_.get());
118 if (!document_.get())
121 return document_->cookie();
140 base::Unretained(worker_.get()), document_)));
146 new JobEventDetails(JobEventDetails::NEW_DOC, document_.get(), NULL));
221 if (document_.get())
222 document_->DisconnectSource();
238 return document_.get();
242 if (document_.get() == new_document)
245 document_ = new_document
    [all...]
print_job.h 104 // Updates document_ to a new instance.
142 scoped_refptr<PrintedDocument> document_; member in class:printing::PrintJob
217 scoped_refptr<PrintedDocument> document_; member in class:printing::JobEventDetails
print_job_worker.h 125 scoped_refptr<PrintedDocument> document_; member in class:printing::PrintJobWorker
  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 54 TiXmlDocument document_; member in class:sfntly::CMapBasicTests
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
78 ASSERT_TRUE(document_.LoadFile());
82 TiXmlNodeVector* cmap_table = GetNodesWithName(&document_, "cmap_table");
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 54 TiXmlDocument document_; member in class:sfntly::CMapBasicTests
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
78 ASSERT_TRUE(document_.LoadFile());
82 TiXmlNodeVector* cmap_table = GetNodesWithName(&document_, "cmap_table");
  /external/chromium/chrome/common/extensions/
update_manifest.cc 96 explicit ScopedXmlDocument(xmlDocPtr document) : document_(document) {}
98 if (document_)
99 xmlFreeDoc(document_);
103 return document_;
107 xmlDocPtr document_; member in class:ScopedXmlDocument
  /external/chromium_org/chrome/common/extensions/
update_manifest.cc 98 explicit ScopedXmlDocument(xmlDocPtr document) : document_(document) {}
100 if (document_)
101 xmlFreeDoc(document_);
105 return document_;
109 xmlDocPtr document_; member in class:ScopedXmlDocument
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
error_dialog.js 26 var img = this.document_.createElement('div');
file_transfer_controller.js 27 this.document_ = doc;
130 this.document_.addEventListener('beforecopy',
132 this.document_.addEventListener('copy',
134 this.document_.addEventListener('beforecut',
136 this.document_.addEventListener('cut',
138 this.document_.addEventListener('beforepaste',
140 this.document_.addEventListener('paste',
142 this.copyCommand_ = this.document_.querySelector('command#copy');
231 var thumbnailContainer = this.document_.createElement('div');
255 var container = this.document_.querySelector('#drag-container')
    [all...]
drive_banners.js 21 this.document_ = document;
35 this.unmountedPanel_ = this.document_.querySelector('#unmounted-panel');
53 this.document_.querySelector('#drive-auth-failed-warning');
151 var container = this.document_.querySelector('.drive-welcome.' + type);
155 if (!this.document_.querySelector('link[drive-welcome-style]')) {
156 var style = this.document_.createElement('link');
160 this.document_.head.appendChild(style);
219 var box = this.document_.querySelector('#volume-space-warning');
244 var icon = this.document_.createElement('div');
248 var text = this.document_.createElement('div')
    [all...]
suggest_apps_dialog.js 52 this.webviewContainer_ = this.document_.createElement('div');
58 var spinnerLayer = this.document_.createElement('div');
62 this.buttons_ = this.document_.createElement('div');
66 this.webstoreButton_ = this.document_.createElement('div');
264 this.webview_ = this.document_.createElement('webview');
share_dialog.js 125 this.spinnerLayer_ = this.document_.createElement('div');
129 this.webViewWrapper_ = this.document_.createElement('div');
file_manager.js 62 return this.document_;
257 self.directoryModel_, self.volumeManager_, self.document_,
300 this.document_.addEventListener('focusout', function(e) {
303 if (this.document_.activeElement == this.document_.body)
390 new FileTransferController(this.document_,
419 this.document_.querySelector('.drive-welcome.page'),
507 this.document_.addEventListener('command',
551 this.document_ = this.dialogDom_.ownerDocument;
750 this.document_.addEventListener('keydown', this.onKeyDown_.bind(this))
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
update_response.cc 91 explicit ScopedXmlDocument(xmlDocPtr document) : document_(document) {}
93 if (document_)
94 xmlFreeDoc(document_);
98 return document_;
102 xmlDocPtr document_; member in class:component_updater::ScopedXmlDocument
  /external/chromium_org/chrome/browser/resources/task_manager/
main.js 95 this.document_ = dialogDom.ownerDocument;
147 i18nTemplate.process(this.document_, loadTimeData);
237 this.commandsElement_ = this.document_.createElement('commands');
238 this.document_.body.appendChild(this.commandsElement_);
240 this.columnSelectContextMenu_ = this.document_.createElement('menu');
245 var command = this.document_.createElement('command');
252 var item = this.document_.createElement('menuitem');
257 item.setAttributeNode(this.document_.createAttribute('checked'));
261 this.document_.body.appendChild(this.columnSelectContextMenu_);
269 this.document_.addEventListener('command', this.onCommand_.bind(this))
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 93 document_(),
108 document_(),
126 document_ = document;
127 const char *begin = document_.c_str();
128 const char *end = begin + document_.length();
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 51 this.document_ = dialogDom.ownerDocument;
458 this.document_.addEventListener(
460 this.document_.addEventListener(
463 this.document_.addEventListener('command', this.onCommand_.bind(this));
480 this.renameInput_ = this.document_.createElement('input');
523 i18nTemplate.process(this.document_, localStrings.templateData);
882 var input = this.document_.createElement('input');
903 var li = this.document_.createElement('li');
909 var div = this.document_.createElement('div');
913 var img = this.document_.createElement('img')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 18 this.document_ = dialogDom.ownerDocument;
227 this.document_.defaultView.addEventListener(
229 this.document_.defaultView.addEventListener(
246 i18nTemplate.process(this.document_, loadTimeData);
277 var thumbnails = self.document_.querySelectorAll('.thumbnail');
313 var doc = this.document_;
686 var closeButton = this.document_.querySelector(closeButtonSelector);
734 var li = this.document_.createElement('li');
739 var div = this.document_.createElement('div');
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery.js 42 this.document_ = document;
108 this.document_.oncontextmenu = function(e) { e.preventDefault(); };
110 this.document_.body.addEventListener('keydown', this.keyDownBound_);
501 this.document_.body.removeEventListener('keydown', this.keyDownBound_);
503 this.document_.body.addEventListener('keydown', this.keyDownBound_);

Completed in 698 milliseconds

1 2