HomeSort by relevance Sort by last modified time
    Searched refs:SetTag (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 28 void CXML_Element::SetTag(FX_BSTR qSpace, FX_BSTR tagname)
34 void CXML_Element::SetTag(FX_BSTR qTagName)
  /external/chromium_org/chromeos/dbus/
fake_nfc_adapter_client.h 69 void SetTag(const dbus::ObjectPath& tag_path);
fake_nfc_tag_client.cc 200 adapter_client->SetTag(dbus::ObjectPath(kTagPath));
fake_nfc_adapter_client.cc 258 void FakeNfcAdapterClient::SetTag(const dbus::ObjectPath& tag_path) {
  /external/chromium_org/device/nfc/
nfc_adapter.h 186 void SetTag(const std::string& identifier, NfcTag* tag);
nfc_adapter.cc 51 void NfcAdapter::SetTag(const std::string& identifier, NfcTag* tag) {
nfc_adapter_chromeos.cc 235 SetTag(object_path.value(), tag_chromeos);
290 SetTag(object_path.value(), tag_chromeos);
  /external/pdfium/core/include/fxcrt/
fx_xml.h 186 void SetTag(FX_BSTR qSpace, FX_BSTR tagname);
188 void SetTag(FX_BSTR qTagName);
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 309 void SetTag(Object* obj, const char* tag);
heap-snapshot-generator.cc 772 void HeapObjectsSet::SetTag(Object* obj, const char* tag) {
    [all...]

Completed in 1337 milliseconds