OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requestId
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.cpp
54
bool SpeechInputClientMock::startRecognition(int
requestId
, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin)
58
m_requestId =
requestId
;
65
void SpeechInputClientMock::stopRecording(int
requestId
)
67
ASSERT(
requestId
== m_requestId);
74
void SpeechInputClientMock::cancelRecognition(int
requestId
)
77
ASSERT(
requestId
== m_requestId);
111
// We take a copy of the
requestId
here so that if scripts destroyed the input element
112
// inside one of the callbacks below, we'll still know what this session's
requestId
was.
113
int
requestId
= m_requestId;
119
m_listener->setRecognitionResult(
requestId
, m_resultsForEmptyLanguage)
[
all
...]
/dalvik/vm/jdwp/
JdwpEvent.h
93
u4
requestId
; /* serial#, reported to debugger */
113
* Unregister an event, given the
requestId
.
115
void dvmJdwpUnregisterEventById(JdwpState* state, u4
requestId
);
/external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc
221
/* BrowserBridge.callAsync prepends a
requestID
to these messages. */
250
// unpack args into
requestId
, submessage and submessageArgs
252
Value*
requestId
;
253
ok = args->Get(0, &
requestId
);
286
*
requestId
,
291
*
requestId
);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java
[
all
...]
Completed in 70 milliseconds