OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_file_handle_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_stream_win.cc
13
temp_file_handle_
= INVALID_HANDLE_VALUE;
28
if (!WriteFile(
temp_file_handle_
, buf, length, &bytes, 0))
35
DCHECK_EQ(INVALID_HANDLE_VALUE,
temp_file_handle_
);
53
temp_file_handle_
= CreateFileA(temp_file_name_,
60
if (
temp_file_handle_
== INVALID_HANDLE_VALUE) {
71
CloseHandle(
temp_file_handle_
);
76
return
temp_file_handle_
!= INVALID_HANDLE_VALUE;
plugin_stream.h
92
// If successful, will set temp_file_name_,
temp_file_handle_
, and
134
HANDLE
temp_file_handle_
;
member in class:content::PluginStream
Completed in 634 milliseconds