HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 901 - 925 of 5510) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/service/cloud_print/
cdd_conversion_win.cc 115 unsigned id = 0; local
116 if (base::StringToUint(media.value().vendor_id, &id) && id) {
118 dev_mode->dmPaperSize = static_cast<short>(id);
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client.h 35 WebViewInfo(const std::string& id,
43 std::string id; member in struct:WebViewInfo
57 const WebViewInfo* GetForId(const std::string& id) const;
76 scoped_ptr<DevToolsClient> CreateClient(const std::string& id);
78 Status CloseWebView(const std::string& id);
80 Status ActivateWebView(const std::string& id);
  /external/chromium_org/chrome/test/chromedriver/
session.h 42 explicit Session(const std::string& id);
43 Session(const std::string& id, scoped_ptr<Chrome> chrome);
56 const std::string id; member in struct:Session
  /external/chromium_org/chrome/tools/ipclist/
ipclist.cc 18 int id; member in struct:msginfo
23 return id < other.id;
53 int class_id = IPC_MESSAGE_ID_CLASS(msgtable[i].id);
99 std::cout << msgtable[i].id;
102 std::cout << msgtable[i].id << " " <<
103 IPC_MESSAGE_ID_CLASS(msgtable[i].id) << "," <<
104 IPC_MESSAGE_ID_LINE(msgtable[i].id) << " ";
  /external/chromium_org/chrome/utility/media_galleries/
itunes_library_parser.cc 24 uint64 id; member in struct:itunes::__anon10579::TrackInfo
31 // true if at least the id and location where found (artist and album may be
57 if (found_key == "Track ID") {
60 if (!iapps::ReadInteger(reader, &result->id))
143 // Once inside the Tracks dict, we expect track dictionaries keyed by id. i.e.
148 // <key>Track ID</key><integer>160</integer>
162 std::string key; // Should match track id below.
165 uint64 id;
166 bool id_valid = base::StringToUint64(key, &id);
173 id == track_info.id)
    [all...]
  /external/chromium_org/chromeos/audio/
audio_device.h 32 uint64 id; member in struct:chromeos::AudioDevice
  /external/chromium_org/chromeos/dbus/
power_policy_controller.cc 215 int id = next_wake_lock_id_++; local
216 screen_wake_locks_[id] = reason;
218 return id;
222 int id = next_wake_lock_id_++; local
223 system_wake_locks_[id] = reason;
225 return id;
228 void PowerPolicyController::RemoveWakeLock(int id) {
229 if (!screen_wake_locks_.erase(id) && !system_wake_locks_.erase(id))
230 LOG(WARNING) << "Ignoring request to remove nonexistent wake lock " << id;
    [all...]
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.h 22 std::string engine_id; // The engine id.
35 std::string id; // extension id. member in struct:chromeos::ComponentExtensionIME
76 // mapping between input method id and engine components. This function must
114 // Returns list of input method id associated with |language|.
input_method_descriptor.h 22 InputMethodDescriptor(const std::string& id,
33 const std::string& id() const { return id_; } function in class:chromeos::input_method::InputMethodDescriptor
51 // An ID that identifies an input method engine (e.g., "t:latn-post",
  /external/chromium_org/content/browser/indexed_db/
indexed_db_metadata.h 19 int64 id,
24 id(id),
29 int64 id; member in struct:content::IndexedDBIndexMetadata
40 int64 id,
46 int64 id; member in struct:content::IndexedDBObjectStoreMetadata
68 int64 id,
75 int64 id; member in struct:content::IndexedDBDatabaseMetadata
indexed_db_transaction_unittest.cc 80 const int64 id = 0; local
84 id,
124 const int64 id = 0; local
128 id,
156 const int64 id = 0; local
160 id,
218 const int64 id = 0; local
222 id,
279 const int64 id = 0; local
283 id,
309 const int64 id = 0; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 62 // this value should be a session id previously returned by Open().
101 // Sets the platform-dependent window ID for the desktop capture notification
142 // Finds a DeviceEntry by its device ID and type, if it is already opened.
147 // if necessary. Returns NULL if the session id is invalid.
179 DeviceInfo* FindDeviceInfoById(const std::string& id,
214 const std::string& id,
219 const std::string id; member in struct:content::VideoCaptureManager::DeviceEntry
  /external/chromium_org/content/browser/webui/
web_ui_mojo_browsertest.cc 36 bool GetResource(const std::string& id,
39 if (id == mojo::kCodecModuleName ||
40 id == mojo::kConnectionModuleName ||
41 id == mojo::kConnectorModuleName ||
42 id == mojo::kUnicodeModuleName ||
43 id == mojo::kRouterModuleName)
47 CHECK(base::ReadFileToString(mojo::test::GetFilePathForJSResource(id),
49 std::string::npos)) << id; local
  /external/chromium_org/content/child/
worker_task_runner.cc 33 ThreadLocalState(int id, const WebWorkerRunLoop& loop)
34 : id_(id), run_loop_(loop) {
43 int id = id_sequence_.GetNext(); local
44 DCHECK(!id);
48 int id, const base::Closure& closure) {
49 DCHECK(id > 0);
51 IDToLoopMap::iterator found = loop_map_.find(id);
92 int id = id_sequence_.GetNext(); local
93 current_tls_.Set(new ThreadLocalState(id, loop));
96 loop_map_[id] = loop
    [all...]
  /external/chromium_org/content/common/
host_shared_bitmap_manager.cc 63 cc::SharedBitmapId id = cc::SharedBitmap::GenerateId(); local
64 handle_map_[id] = data;
67 id,
74 const cc::SharedBitmapId& id) {
76 BitmapMap::iterator it = handle_map_.find(id);
89 data->pixels.get(), id, base::Bind(&FreeSharedMemory, it->second)));
100 data->memory.get(), id, base::Bind(&FreeSharedMemory, it->second)));
114 const cc::SharedBitmapId& id) {
116 if (handle_map_.find(id) != handle_map_.end())
121 handle_map_[id] = data
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentDetectionTestBase.java 59 * Scrolls to the node with the provided id, taps on it and waits for an intent to come.
60 * @param id Id of the node to scroll and tap.
63 protected String scrollAndTapExpectingIntent(String id) throws Throwable {
69 DOMUtils.scrollNodeIntoView(getContentViewCore(), id); local
70 DOMUtils.clickNode(this, getContentViewCore(), id);
79 * Scrolls to the node with the provided id, taps on it and waits for a new page load to finish.
81 * @param id Id of the node to scroll and tap.
84 protected void scrollAndTapNavigatingOut(String id) throws Throwable
90 DOMUtils.scrollNodeIntoView(getContentViewCore(), id); local
    [all...]
  /external/chromium_org/content/public/browser/
desktop_media_id.cc 28 // First check if an Id is already assigned to the |window|.
34 // If the windows doesn't have an Id yet assign it.
35 int id = next_id_++; local
36 window_to_id_map_[window] = id;
37 id_to_window_map_[id] = window;
39 return id;
42 aura::Window* GetWindowById(int id) {
43 std::map<int, aura::Window*>::iterator it = id_to_window_map_.find(id);
90 aura::Window* DesktopMediaID::GetAuraWindowById(const DesktopMediaID& id) {
91 DCHECK_EQ(id.type, TYPE_AURA_WINDOW)
116 int64 id; local
    [all...]
  /external/chromium_org/content/public/test/
mock_download_manager.h 30 uint32 id; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
49 uint32 id,
104 uint32 id,
129 MOCK_METHOD1(GetDownload, DownloadItem*(uint32 id));
  /external/chromium_org/content/renderer/compositor_bindings/
web_animation_impl.cc 74 int WebAnimationImpl::id() { function in class:content::WebAnimationImpl
75 return animation_->id();
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 41 virtual void ReclaimSoftwareFrame(unsigned id) OVERRIDE;
50 explicit Buffer(unsigned id, scoped_ptr<cc::SharedBitmap> bitmap);
53 unsigned id() const { return id_; } function in class:content::CompositorSoftwareOutputDevice::Buffer
56 cc::SharedBitmapId shared_bitmap_id() const { return shared_bitmap_->id(); }
78 CompareById(unsigned id) : id_(id) {}
81 return buffer->id() == id_;
  /external/chromium_org/content/renderer/media/
aec_dump_message_filter.cc 48 int id = delegate_id_counter_++; local
49 delegates_[id] = delegate;
56 id));
64 int id = GetIdForDelegate(delegate); local
65 DCHECK_NE(kInvalidDelegateId, id);
66 delegates_.erase(id);
73 id));
84 void AecDumpMessageFilter::RegisterAecDumpConsumer(int id) {
85 Send(new AecDumpMsg_RegisterAecDumpConsumer(id));
88 void AecDumpMessageFilter::UnregisterAecDumpConsumer(int id) {
    [all...]
  /external/chromium_org/content/renderer/
notification_provider.cc 52 int id; local
53 bool id_found = manager_.GetId(notification, id);
56 Send(new DesktopNotificationHostMsg_Cancel(routing_id(), id));
61 int id; local
62 bool id_found = manager_.GetId(notification, id);
65 manager_.UnregisterNotification(id);
81 int id = manager_.RegisterPermissionRequest(callback); local
84 routing_id(), GURL(origin.toString()), id));
99 if (message.type() == FrameMsg_Navigate::ID)
105 void NotificationProvider::OnDisplay(int id) {
    [all...]
  /external/chromium_org/extensions/browser/api/storage/
settings_test_util.cc 40 const std::string& id,
43 profile, id, type, std::set<std::string>());
48 const std::string& id,
52 manifest.SetString("name", std::string("Test extension ") + id);
85 id, local
storage_frontend_unittest.cc 110 const std::string id = "ext"; local
112 util::AddExtensionWithId(profile(), id, Manifest::TYPE_EXTENSION);
141 const std::string id = "ext"; local
143 profile(), id, Manifest::TYPE_LEGACY_PACKAGED_APP);
154 frontend_->DeleteStorageSoon(id);
167 const std::string id = "ext"; local
169 util::AddExtensionWithId(profile(), id, Manifest::TYPE_EXTENSION);
199 const std::string id = "ext"; local
201 util::AddExtensionWithId(profile(), id, Manifest::TYPE_EXTENSION);
279 const std::string id = "ext" local
    [all...]
  /external/chromium_org/extensions/common/
extension_messages.cc 46 id(extension->id()),
132 void ParamTraits<APIPermission::ID>::Write(
137 bool ParamTraits<APIPermission::ID>::Read(
143 *p = static_cast<APIPermission::ID>(api_id);
147 void ParamTraits<APIPermission::ID>::Log(
158 WriteParam(m, it->id());
169 APIPermission::ID id; local
170 if (!ReadParam(m, iter, &id))
    [all...]

Completed in 7656 milliseconds

<<31323334353637383940>>