OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextTTSEventId
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
tts_custom_bindings.cc
18
RouteFunction("
GetNextTTSEventId
",
19
base::Bind(&TTSCustomBindings::
GetNextTTSEventId
,
23
void TTSCustomBindings::
GetNextTTSEventId
(
tts_custom_bindings.h
18
void
GetNextTTSEventId
(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/chrome/renderer/resources/extensions/
tts_custom_bindings.js
10
var
GetNextTTSEventId
= ttsNatives.
GetNextTTSEventId
;
46
var id =
GetNextTTSEventId
();
Completed in 208 milliseconds