OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_url_var
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
video_destination_resource.cc
48
scoped_refptr<StringVar>
stream_url_var
= StringVar::FromPPVar(stream_url);
local
50
if (!
stream_url_var
.get() ||
51
stream_url_var
->value().size() > kMaxStreamIdSizeInBytes)
54
PpapiHostMsg_VideoDestination_Open(
stream_url_var
->value()),
video_source_resource.cc
48
scoped_refptr<StringVar>
stream_url_var
= StringVar::FromPPVar(stream_url);
local
50
if (!
stream_url_var
.get() ||
51
stream_url_var
->value().size() > kMaxStreamIdSizeInBytes)
54
PpapiHostMsg_VideoSource_Open(
stream_url_var
->value()),
Completed in 119 milliseconds