/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager.h | 49 id(talk_base::ToString(second)) { 52 : name(first), id(second) {} 55 std::string id; member in struct:cricket::Device
|
/external/chromium/webkit/glue/ |
image_resource_fetcher.h | 25 int id, 36 int id() const { return id_; } function in class:webkit_glue::ImageResourceFetcher
|
/external/chromium_org/apps/ |
saved_files_service.h | 38 SavedFileEntry(const std::string& id, 43 // The opaque id of this file entry. 44 std::string id; member in struct:apps::SavedFileEntry 71 const std::string& id, 75 // If the file with |id| is not in the queue of files to be retained 78 // already present, moves it to the back of the queue. The |id| must have been 80 void EnqueueFileEntry(const std::string& extension_id, const std::string& id); 82 // Returns whether the file entry with the given |id| has been registered. 83 bool IsRegistered(const std::string& extension_id, const std::string& id); 85 // Gets a borrowed pointer to the file entry with the specified |id|. Return [all...] |
/external/chromium_org/base/android/ |
jni_android_unittest.cc | 18 jmethodID id = base::android::MethodID::LazyGet< local 25 return env->CallStaticIntMethod(clazz, id, p); 28 int MethodIDCall(JNIEnv* env, jclass clazz, jmethodID id, int p) { 29 return env->CallStaticIntMethod(clazz, id, p); 43 jmethodID id = reinterpret_cast<jmethodID>(g_atomic_id); local 46 o += MethodIDCall(env, clazz.obj(), id, i);
|
/external/chromium_org/base/containers/ |
linked_list_unittest.cc | 14 explicit Node(int id) : id_(id) {} 16 int id() const { return id_; } function in class:base::__anon3416::Node 45 EXPECT_EQ(node_ids[index_of_id], node->value()->id());
|
/external/chromium_org/base/i18n/ |
timezone.cc | 226 { "ID", "Asia/Jakarta" }, 227 { "ID", "Asia/Pontianak" }, 228 { "ID", "Asia/Makassar" }, 229 { "ID", "Asia/Jayapura" }, 601 icu::UnicodeString id; local 602 zone->getID(id); 603 string16 olson_code(id.getBuffer(), id.length());
|
/external/chromium_org/base/test/android/java/src/org/chromium/base/ |
ContentUriTestUtils.java | 39 int id = c.getInt(0); local 41 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, "" + id).toString();
|
/external/chromium_org/base/x11/ |
edid_parser_x11_unittest.cc | 155 int64 id = -1; local 157 kInternalDisplay, charsize(kInternalDisplay), 0, &id)); 158 EXPECT_NE(-1, id); 162 int64 id = -1; local 163 EXPECT_FALSE(GetDisplayIdFromEDID(NULL, 0, 0, &id)); 164 EXPECT_EQ(-1, id);
|
/external/chromium_org/cc/resources/ |
resource.h | 18 Resource(unsigned id, gfx::Size size, ResourceFormat format) 19 : id_(id), 23 ResourceProvider::ResourceId id() const { return id_; } function in class:cc::Resource 34 void set_id(ResourceProvider::ResourceId id) { id_ = id; }
|
shared_bitmap.h | 22 const SharedBitmapId& id, 39 SharedBitmapId id() { return id_; } function in class:cc::SharedBitmap
|
transferable_resource.h | 31 unsigned id; member in struct:cc::TransferableResource
|
/external/chromium_org/cc/test/ |
fake_ui_resource_layer_tree_host_impl.cc | 30 ResourceProvider::ResourceId id = ResourceIdForUIResource(uid); local 31 if (id)
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_flash_lso_helper.cc | 46 // ID, the value the site for which to clear data. 74 uint32 id = settings_manager_.ClearSiteData( local 76 clear_site_data_ids_[id] = site;
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
entry_update_performer_unittest.cc | 98 const std::string id = "this ID should result in NOT_FOUND"; local 101 id, google_apis::test_util::CreateCopyResultCallback(&error));
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_protocol.h | 40 Command(int id, const std::string& method, base::DictionaryValue* params); 43 int id() { return id_; } function in class:DevToolsProtocol::Command 56 int id() { return id_; } function in class:DevToolsProtocol::Response 62 Response(int id, int error_code);
|
/external/chromium_org/chrome/browser/drive/ |
event_logger.h | 30 Event(int id, logging::LogSeverity severity, const std::string& what); 31 int id; // Monotonically increasing ID starting from 0. member in struct:drive::EventLogger::Event
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
database_string_table_unittest.cc | 44 int64 id; local 45 ASSERT_TRUE(table.StringToInt(&db_, "abc", &id)); 48 db_.GetUniqueStatement("SELECT id FROM test WHERE value = 'abc'")); 51 ASSERT_EQ(id, raw_id); 97 db_.Execute("UPDATE test SET id = id + 1 WHERE value = 'modified'")); 110 // Check that looking up an unknown id returns an error. 122 int64 id; local 123 ASSERT_TRUE(table.StringToInt(&db_, "abc", &id)); 126 ASSERT_TRUE(table.IntToString(&db_, id, &value)) 146 int64 id; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/socket/ |
socket_api_unittest.cc | 25 content::BrowserThread::ID id; local 26 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 28 static_cast<Profile*>(profile), id); 62 content::BrowserThread::ID id; local 63 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 67 function->set_work_thread_id(id);
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/ |
sockets_tcp_api_unittest.cc | 28 content::BrowserThread::ID id; local 29 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 31 CreateApiResourceManagerForTest(static_cast<Profile*>(profile), id); 66 content::BrowserThread::ID id; local 67 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 71 function->set_work_thread_id(id);
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
sockets_tcp_server_api_unittest.cc | 28 content::BrowserThread::ID id; local 29 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 31 CreateApiResourceManagerForTest(static_cast<Profile*>(profile), id); 37 content::BrowserThread::ID id; local 38 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 40 CreateApiResourceManagerForTest(static_cast<Profile*>(profile), id); 79 content::BrowserThread::ID id; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/ |
sockets_udp_api_unittest.cc | 28 content::BrowserThread::ID id; local 29 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 31 CreateApiResourceManagerForTest(static_cast<Profile*>(profile), id); 66 content::BrowserThread::ID id; local 67 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id)); 71 function->set_work_thread_id(id);
|
/external/chromium_org/chrome/browser/extensions/ |
app_sync_data.h | 43 const std::string& id() const { return extension_sync_data_.id(); } function in class:extensions::AppSyncData
|
extension_util.cc | 70 // When we reload the extension the ID may be invalidated if we've passed it 72 std::string id = extension_id; local 74 service->ReloadExtension(id); 77 extension = service->GetInstalledExtension(id); 90 return extension_util::IsIncognitoEnabled(extension->id(), service) && 101 extension_util::IsIncognitoEnabled(extension->id(), service); 108 service->extension_prefs()->AllowFileAccess(extension->id())); 120 service->extension_prefs()->SetAllowFileAccess(extension->id(), allow); 122 bool extension_is_enabled = service->extensions()->Contains(extension->id()); 124 service->ReloadExtension(extension->id()); [all...] |
external_registry_loader_win.cc | 89 std::string id = WideToASCII(*it); local 90 StringToLowerASCII(&id); 91 if (!Extension::IdIsValid(id)) { 92 LOG(ERROR) << "Invalid id value " << id 103 id + "." + ExternalProviderImpl::kExternalUpdateUrl, 157 id + "." + ExternalProviderImpl::kExternalVersion, 160 id + "." + ExternalProviderImpl::kExternalCrx,
|
/external/chromium_org/chrome/browser/history/android/ |
favicon_sql_handler.cc | 109 chrome::FaviconID id = thumbnail_db_->AddFavicon( local 115 if (!id) 117 return thumbnail_db_->AddIconMapping(row->url(), id);
|