Searched defs:id (Results 101 - 125 of 3837) sorted by relevance

1234567891011>>

/external/chromium_org/media/base/
H A Dbitstream_buffer.h17 BitstreamBuffer(int32 id, base::SharedMemoryHandle handle, size_t size) argument
18 : id_(id),
23 int32 id() const { return id_; } function in class:media::BitstreamBuffer
H A Dtext_cue.cc11 const std::string& id,
16 id_(id),
9 TextCue(const base::TimeDelta& timestamp, const base::TimeDelta& duration, const std::string& id, const std::string& settings, const std::string& text) argument
H A Dtext_track_config.cc16 const std::string& id)
20 id_(id) {
27 config.id() == id_;
13 TextTrackConfig(TextKind kind, const std::string& label, const std::string& language, const std::string& id) argument
/external/chromium_org/media/midi/
H A Dmidi_port_info.h26 std::string id; member in struct:media::MIDIPortInfo
/external/chromium_org/media/video/
H A Dpicture.cc9 PictureBuffer::PictureBuffer(int32 id, gfx::Size size, uint32 texture_id) argument
10 : id_(id),
15 PictureBuffer::PictureBuffer(int32 id, argument
19 : id_(id),
/external/chromium_org/net/quic/test_tools/
H A Dquic_session_peer.cc14 void QuicSessionPeer::SetNextStreamId(QuicSession* session, QuicStreamId id) { argument
15 session->next_stream_id_ = id;
/external/chromium_org/ppapi/c/
H A Dpp_touch_point.h28 * single touch point, such as position, id, rotation angle, and pressure.
32 * This value represents the identifier for this TouchPoint. The id
34 * the first point to be pressed has an id of 0, the second has an id of 1,
35 * and so on. An id can be reused when a touch point is released. For
36 * example, if two fingers are down, with id 0 and 1, and finger 0 releases,
37 * the next finger to be pressed can be assigned to id 0.
39 uint32_t id; member in struct:PP_TouchPoint
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_device_id_thunk.cc31 struct PP_Var* id,
37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
30 GetDeviceID(PP_Resource device_id, struct PP_Var* id, struct PP_CompletionCallback callback) argument
/external/chromium_org/remoting/host/
H A Ddesktop_session.h25 int id() const { return id_; } function in class:remoting::DesktopSession
30 DesktopSession(DaemonProcess* daemon_process, int id);
/external/chromium_org/sync/internal_api/public/
H A Ddelete_journal.h19 int64 id; // Metahandle of delete journal entry. member in struct:syncer::BookmarkDeleteJournal
/external/chromium_org/sync/syncable/
H A Dwrite_transaction_info.h16 WriteTransactionInfo(int64 id,
26 int64 id; member in struct:syncer::syncable::WriteTransactionInfo
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DIdTargetObserverRegistry.cpp38 void IdTargetObserverRegistry::addObserver(const AtomicString& id, IdTargetObserver* observer) argument
40 if (id.isEmpty())
43 IdToObserverSetMap::AddResult result = m_registry.add(id.impl(), nullptr);
50 void IdTargetObserverRegistry::removeObserver(const AtomicString& id, IdTargetObserver* observer) argument
52 if (id.isEmpty() || m_registry.isEmpty())
55 IdToObserverSetMap::iterator iter = m_registry.find(id.impl());
63 void IdTargetObserverRegistry::notifyObserversInternal(const AtomicString& id) argument
65 ASSERT(!id.isEmpty());
68 m_notifyingObserversInSet = m_registry.get(id.impl());
80 m_registry.remove(id
[all...]
H A DIdTargetObserverRegistry.h44 void notifyObservers(const AtomicString& id);
48 void addObserver(const AtomicString& id, IdTargetObserver*);
49 void removeObserver(const AtomicString& id, IdTargetObserver*);
50 void notifyObserversInternal(const AtomicString& id);
58 inline void IdTargetObserverRegistry::notifyObservers(const AtomicString& id) argument
61 if (id.isEmpty() || m_registry.isEmpty())
63 IdTargetObserverRegistry::notifyObserversInternal(id);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DIdentifiersFactory.cpp55 String IdentifiersFactory::addProcessIdPrefixTo(const String& id) argument
60 builder.append(id);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DSourceInfo.cpp45 String SourceInfo::id() const function in class:WebCore::SourceInfo
47 return m_webSourceInfo.id();
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLResultSet.cpp48 // 4.11.4 - Return the id of the last row inserted as a result of the query
67 void SQLResultSet::setInsertId(int64_t id) argument
71 m_insertId = id;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDecodingImageGenerator.h55 void setGenerationId(size_t id) { m_generationId = id; } argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCDataChannelInit.h45 , id(-1) { }
51 int id; member in struct:blink::WebRTCDataChannelInit
/external/chromium_org/third_party/angle/src/common/
H A DRefCountObject.cpp15 RefCountObject::RefCountObject(GLuint id) argument
17 mId = id;
/external/chromium_org/third_party/angle/src/compiler/
H A DForLoopUnroll.h13 int id; member in struct:TLoopIndexInfo
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDiagnosticsBase.cpp18 void Diagnostics::report(ID id, argument
23 print(id, loc, text);
26 Diagnostics::Severity Diagnostics::severity(ID id) argument
28 if ((id > PP_ERROR_BEGIN) && (id < PP_ERROR_END))
31 if ((id > PP_WARNING_BEGIN) && (id < PP_WARNING_END))
38 std::string Diagnostics::message(ID id) argument
40 switch (id)
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dextension_test.cpp72 pp::Diagnostics::ID id; member in struct:ExtensionTestParam
90 EXPECT_CALL(mDiagnostics, print(param.id, pp::SourceLocation(0, 1), _));
/external/chromium_org/third_party/icu/source/common/
H A Dlocbased.cpp17 const char* id = getLocaleID(type, status); local
18 return Locale((id != 0) ? id : "");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_stateobj_tex.h8 int id; member in struct:nv50_tsc_entry
20 int id; member in struct:nv50_tic_entry
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr700_asm.c36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) argument
38 bc->bytecode[id++] = S_SQ_ALU_WORD0_SRC0_SEL(alu->src[0].sel) |
51 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |
62 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |

Completed in 412 milliseconds

1234567891011>>