HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 1101 - 1125 of 14488) sorted by null

<<41424344454647484950>>

  /external/chromium_org/content/shell/
shell_application_mac.h 23 - (IBAction)newDocument:(id)sender;
  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.h 19 NPObjectIdentityTest(NPP id, NPNetscapeFuncs *host_functions);
plugin_npobject_proxy_test.h 20 NPObjectProxyTest(NPP id, NPNetscapeFuncs *host_functions);
plugin_setup_test.h 16 PluginSetupTest(NPP id, NPNetscapeFuncs *host_functions);
plugin_window_size_test.h 18 PluginWindowSizeTest(NPP id, NPNetscapeFuncs *host_functions);
  /external/chromium_org/net/tools/quic/
quic_reliable_server_stream.cc 16 QuicReliableServerStream::QuicReliableServerStream(QuicStreamId id,
18 : ReliableQuicStream(id, session) {
31 DLOG(INFO) << "Sending response for stream " << id();
37 DLOG(INFO) << "Sending error response for stream " << id();
  /external/chromium_org/net/url_request/
url_fetcher_factory.h 18 int id,
  /external/chromium_org/ppapi/c/
pp_touch_point.h 28 * 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/c/private/
ppb_flash_device_id.h 37 * Asynchronously computes the device ID. When available, it will place the
38 * string in |*id| and will call the completion callback. On failure the
42 struct PP_Var* id,
  /external/chromium_org/remoting/webapp/
event_handlers.js 53 /** @type {Array.<{event: string, id: string, fn: function(Event):void}>} */
55 { event: 'click', id: 'sign-out', fn: remoting.signOut },
56 { event: 'click', id: 'toolbar-disconnect', fn: remoting.disconnect },
57 { event: 'click', id: 'send-ctrl-alt-del',
59 { event: 'click', id: 'send-print-screen',
61 { event: 'click', id: 'auth-button', fn: doAuthRedirect },
62 { event: 'click', id: 'share-button', fn: remoting.tryShare },
63 { event: 'click', id: 'access-mode-button', fn: goEnterAccessCode },
64 { event: 'click', id: 'cancel-share-button', fn: remoting.cancelShare },
65 { event: 'click', id: 'stop-sharing-button', fn: remoting.cancelShare }
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix;
70 std::string IdToString(int id) {
72 id_message << id; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id; local
84 EXPECT_STREQ(IdToString(id).c_str(), property->value());
89 void ManyAsserts(int id) {
    [all...]
  /external/chromium_org/testing/
gtest_mac.h 22 id<NSObject> expected,
23 id<NSObject> actual);
29 id<NSObject> expected,
30 id<NSObject> actual);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 47 // bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14790
63 bool isExpandedShorthand(CSSPropertyID id)
69 if (id == CSSPropertyFont)
72 return shorthandForProperty(id).length();
78 if (shorthands.at(i).id() == shorthandID)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
IdTargetObserver.h 41 IdTargetObserver(IdTargetObserverRegistry&, const AtomicString& id);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegionList.cpp 51 TextTrackRegion* TextTrackRegionList::getRegionById(const String& id) const
53 if (id.isEmpty())
57 if (m_list[i]->id() == id)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
IdentifiersFactory.h 39 static String addProcessIdPrefixTo(const String& id);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
EventTracer.h 50 unsigned long long id,
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
MediaStreamComponent.cpp 46 PassRefPtr<MediaStreamComponent> MediaStreamComponent::create(const String& id, PassRefPtr<MediaStreamSource> source)
48 return adoptRef(new MediaStreamComponent(id, 0, source));
56 MediaStreamComponent::MediaStreamComponent(const String& id, MediaStreamDescriptor* stream, PassRefPtr<MediaStreamSource> source)
59 , m_id(id)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.cpp 34 PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp)
36 return adoptRef(new RTCStatsReport(id, type, timestamp));
39 RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp)
40 : m_id(id)
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIPort.cpp 36 PassRefPtr<MIDIPort> MIDIPort::create(ScriptExecutionContext* context, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version)
38 RefPtr<MIDIPort> midiPort(adoptRef(new MIDIPort(context, id, manufacturer, name, type, version)));
43 MIDIPort::MIDIPort(ScriptExecutionContext* context, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version)
45 , m_id(id)
  /external/chromium_org/third_party/WebKit/public/web/
WebInbandTextTrackClient.h 44 const WebString& id,
  /external/chromium_org/third_party/angle_dx11/src/common/
RefCountObject.h 25 explicit RefCountObject(GLuint id);
31 GLuint id() const { return mId; } function in class:RefCountObject
49 GLuint id() const { return (mObject != NULL) ? mObject->id() : 0; } function in class:RefCountObjectBindingPointer
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
DiagnosticsBase.h 27 enum ID
75 void report(ID id, const SourceLocation& loc, const std::string& text);
78 Severity severity(ID id);
79 std::string message(ID id);
81 virtual void print(ID id,
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
MockDiagnostics.h 17 void(ID id, const pp::SourceLocation& loc, const std::string& text));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCICECandidate+Internal.h 37 - (id)initWithCandidate:(const webrtc::IceCandidateInterface*)candidate;

Completed in 986 milliseconds

<<41424344454647484950>>