HomeSort by relevance Sort by last modified time
    Searched defs:document_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_npobject_proxy_test.cc 22 NPIdentifier document_id = HostFunctions()->getstringidentifier("document");
30 HostFunctions()->getproperty(id(), window_obj, document_id, &docv); local
  /external/chromium_org/content/browser/shared_worker/
worker_document_set.h 27 DocumentInfo(BrowserMessageFilter* filter, unsigned long long document_id,
30 unsigned long long document_id() const { return document_id_; } function in class:content::WorkerDocumentSet::DocumentInfo
37 // Items are identical if the sender and document_id are identical,
41 return document_id() < other.document_id();
59 unsigned long long document_id,
65 unsigned long long document_id) const;
73 void Remove(BrowserMessageFilter* parent, unsigned long long document_id);
shared_worker_service_impl.cc 111 unsigned long long document_id,
116 document_id(document_id),
121 const unsigned long long document_id; member in struct:content::SharedWorkerServiceImpl::SharedWorkerPendingInstance::SharedWorkerPendingRequest
159 request->document_id,
301 params.document_id,
330 unsigned long long document_id,
336 iter->second->DocumentDetached(filter, document_id);

Completed in 65 milliseconds