HomeSort by relevance Sort by last modified time
    Searched refs:temp_file_name_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_stream_win.cc 17 temp_file_name_[0] = '\0';
22 instance_->NPP_StreamAsFile(&stream_, temp_file_name_);
51 if (GetTempFileNameA(temp_directory, "npstream", 0, temp_file_name_) == 0)
53 temp_file_handle_ = CreateFileA(temp_file_name_,
plugin_stream.h 103 // If successful, will set temp_file_name_, temp_file_handle_, and
144 char temp_file_name_[MAX_PATH]; member in class:content::PluginStream

Completed in 206 milliseconds