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

1 2 3 4

  /external/chromium_org/sync/internal_api/
base_node.cc 67 if (!GetEntry()->Get(syncable::UNIQUE_SERVER_TAG).empty())
70 GetEntry()->Get(syncable::SPECIFICS);
144 !GetEntry()->Get(syncable::UNIQUE_SERVER_TAG).empty()) {
162 GetEntry()->Get(syncable::PARENT_ID));
166 return GetEntry()->Get(syncable::META_HANDLE);
170 return GetEntry()->Get(syncable::MTIME);
174 return GetEntry()->Get(syncable::IS_DIR);
181 GetEntry()->Get(syncable::SPECIFICS).has_encrypted()) {
185 ServerNameToSyncAPIName(GetEntry()->Get(syncable::NON_UNIQUE_NAME),
194 return dir->HasChildren(trans, GetEntry()->Get(syncable::ID))
    [all...]
write_node.cc 155 const sync_pb::EntitySpecifics& old_specifics = GetEntry()->Get(SPECIFICS);
353 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID);
392 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID);
464 syncable::Id new_parent_id = new_parent.GetEntry()->Get(syncable::ID);
470 (predecessor && (old == predecessor->GetEntry()->Get(syncable::ID)))) {
484 const syncable::Entry* WriteNode::GetEntry() const {
512 predecessor->GetEntry()->Get(syncable::ID) : syncable::Id();
  /external/openfst/src/include/fst/script/
register.h 57 return this->GetEntry(arc_type).reader;
61 return this->GetEntry(arc_type).creator;
65 return this->GetEntry(arc_type).converter;
  /external/chromium_org/sync/internal_api/public/
read_node.h 46 virtual const syncable::Entry* GetEntry() const OVERRIDE;
  /external/openfst/src/script/
weight-class.cc 34 StrToWeightImplBaseT stw = reg->GetEntry(weight_type);
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 159 ASSERT_EQ(pc, prerender_manager_->GetEntry(url));
184 ASSERT_EQ(pc, prerender_manager_->GetEntry(url));
202 ASSERT_EQ(null, prerender_manager_->GetEntry(url));
225 ASSERT_EQ(null, prerender_manager_->GetEntry(url));
226 ASSERT_EQ(pc1, prerender_manager_->GetEntry(url1));
260 ASSERT_EQ(null, prerender_manager_->GetEntry(url));
261 ASSERT_EQ(pc1, prerender_manager_->GetEntry(url1));
262 ASSERT_EQ(pc2, prerender_manager_->GetEntry(url2));
283 ASSERT_EQ(NULL, prerender_manager_->GetEntry(not_an_alias_url));
284 ASSERT_EQ(pc, prerender_manager_->GetEntry(alias_url1))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 290 def GetEntry(dict, key):
402 name = GetEntry(params, 'name')
412 signed = env.Bit('windows') and GetEntry(params, 'signed')
417 if GetEntry(params, 'include_talk_media_libs'):
421 srcs = GetEntry(params, 'srcs')
426 dependencies = GetEntry(params, 'depends')
446 if GetEntry(params, 'prepend_includedirs'):
452 values = GetEntry(params, field)
456 values = GetEntry(params, field)
477 if Allow64BitCompile(env) and GetEntry(params, 'also64bit')
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 229 virtual NavigationEntry* GetEntry() OVERRIDE {
395 EXPECT_TRUE(helper.GetEntry()->GetFavicon().valid);
396 EXPECT_EQ(icon_url, helper.GetEntry()->GetFavicon().url);
437 EXPECT_TRUE(helper.GetEntry()->GetFavicon().valid);
438 EXPECT_EQ(icon_url, helper.GetEntry()->GetFavicon().url);
474 EXPECT_EQ(icon_url, helper.GetEntry()->GetFavicon().url);
475 EXPECT_TRUE(helper.GetEntry()->GetFavicon().valid);
476 EXPECT_FALSE(helper.GetEntry()->GetFavicon().image.IsEmpty());
504 EXPECT_TRUE(helper.GetEntry()->GetFavicon().valid);
505 EXPECT_EQ(icon_url, helper.GetEntry()->GetFavicon().url)
    [all...]
  /external/chromium_org/chromeos/dbus/
mock_shill_profile_client.h 33 MOCK_METHOD4(GetEntry, void(
shill_profile_client.h 98 // Calls GetEntry method.
100 virtual void GetEntry(const dbus::ObjectPath& profile_path,
shill_profile_client_stub.h 35 virtual void GetEntry(const dbus::ObjectPath& profile_path,
shill_profile_client.cc 44 virtual void GetEntry(const dbus::ObjectPath& profile_path,
100 void ShillProfileClientImpl::GetEntry(
  /external/chromium/chrome/browser/
favicon_helper_unittest.cc 160 virtual NavigationEntry* GetEntry() {
305 EXPECT_TRUE(helper.GetEntry()->favicon().is_valid());
306 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url());
346 EXPECT_TRUE(helper.GetEntry()->favicon().is_valid());
347 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url());
382 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url());
383 EXPECT_TRUE(helper.GetEntry()->favicon().is_valid());
384 EXPECT_FALSE(helper.GetEntry()->favicon().bitmap().empty());
414 EXPECT_TRUE(helper.GetEntry()->favicon().is_valid());
415 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url())
    [all...]
favicon_helper.cc 135 NavigationEntry* entry = GetEntry();
163 NavigationEntry* entry = GetEntry();
210 NavigationEntry* FaviconHelper::GetEntry() {
299 } else if (GetEntry() && ++current_url_index_ < urls_.size()) {
312 NavigationEntry* entry = GetEntry();
388 NavigationEntry* entry = GetEntry();
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage_unittest.cc 86 EXPECT_FALSE(storage_->GetEntry(key1, &result));
92 ASSERT_TRUE(storage_->GetEntry(key1, &result));
96 EXPECT_FALSE(storage_->GetEntry(key2, &result));
106 EXPECT_TRUE(storage_->GetEntry(key2, &result));
117 EXPECT_TRUE(storage_->GetEntry(key3, &result));
130 EXPECT_FALSE(storage_->GetEntry(key3, &result));
132 EXPECT_FALSE(storage_->GetEntry(key2, &result));
134 EXPECT_FALSE(storage_->GetEntry(key1, &result));
335 ASSERT_TRUE(storage_->GetEntry(parent_id1, &result));
338 ASSERT_TRUE(storage_->GetEntry(child_id1, &result))
    [all...]
resource_metadata.cc 193 if (!storage_->GetEntry(util::kDriveGrandRootSpecialResourceId, &entry)) {
201 if (!storage_->GetEntry(util::kDriveOtherDirSpecialResourceId, &entry)) {
272 if (storage_->GetEntry(entry.resource_id(), &existing_entry))
276 if (!storage_->GetEntry(entry.parent_resource_id(), &parent) ||
326 if (!storage_->GetEntry(resource_id, &entry))
359 return storage_->GetEntry(resource_id, out_entry) ?
426 if (!storage_->GetEntry(children[i], &entries[i]))
440 if (!storage_->GetEntry(entry.resource_id(), &old_entry))
450 if (!storage_->GetEntry(entry.parent_resource_id(), &new_parent) ||
484 if (storage_->GetEntry(children[i], &entry) &
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 113 void GetEntry(const dbus::ObjectPath& profile_path,
177 ON_CALL(mock_profile_client_, GetEntry(_,_,_,_))
179 &ShillProfileTestClient::GetEntry));
332 GetEntry(dbus::ObjectPath(kUser1ProfilePath),
355 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
388 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
424 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
460 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
479 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
495 GetEntry(dbus::ObjectPath(kUser1ProfilePath)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 59 return GetEntry(type).reader;
63 return GetEntry(type).converter;
86 Entry GetEntry(const string &type) const {
94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
  /external/openfst/src/include/fst/
register.h 65 return this->GetEntry(type).reader;
69 return this->GetEntry(type).converter;
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.cc 27 const base::DictionaryValue* GetEntry(const base::DictionaryValue* dictionary,
73 GetEntry(schema, schema::kProperties);
74 const base::DictionaryValue* sub_schema = GetEntry(properties, name);
78 return GetEntry(schema, schema::kAdditionalProperties);
109 GetEntry(schema, schema::kItems);
161 GetEntry(schema, schema::kItems);
376 GetEntry(schema, schema::kItems);
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 265 GetEntry()->Get(syncable::PARENT_ID));
269 return GetEntry()->Get(syncable::META_HANDLE);
273 return GetEntry()->Get(syncable::MTIME);
277 return GetEntry()->Get(syncable::IS_DIR);
282 ServerNameToSyncAPIName(GetEntry()->Get(syncable::NON_UNIQUE_NAME), &result);
291 syncable::Id id_string = GetEntry()->Get(syncable::PREV_ID);
298 syncable::Id id_string = GetEntry()->Get(syncable::NEXT_ID);
308 dir->GetFirstChildId(trans, GetEntry()->Get(syncable::ID));
335 node_info->Set("entry", GetEntry()->ToValue());
349 return GetEntry()->Get(syncable::LOCAL_EXTERNAL_ID)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 173 const Entry* entry = GetEntry(id);
189 const Entry* entry = GetEntry(id);
194 const Entry* entry = GetEntry(id);
332 const Entry* entry = GetEntry(id);
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 173 const Entry* entry = GetEntry(id);
189 const Entry* entry = GetEntry(id);
194 const Entry* entry = GetEntry(id);
332 const Entry* entry = GetEntry(id);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 99 other.GetEntry());
104 std::string ChannelMember::GetEntry() const {
360 std::string response(member.GetEntry());
364 response += (*i)->GetEntry();
peer_channel.h 59 std::string GetEntry() const;

Completed in 3971 milliseconds

1 2 3 4