OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageBurnDownloaderTaskProxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h
34
class
ImageBurnDownloaderTaskProxy
;
61
TabContents* tab_contents,
ImageBurnDownloaderTaskProxy
* task);
imageburner_ui.cc
696
//
ImageBurnDownloaderTaskProxy
700
class
ImageBurnDownloaderTaskProxy
701
: public base::RefCountedThreadSafe<
ImageBurnDownloaderTaskProxy
> {
703
explicit
ImageBurnDownloaderTaskProxy
() {}
721
~
ImageBurnDownloaderTaskProxy
() {}
723
friend class base::RefCountedThreadSafe<
ImageBurnDownloaderTaskProxy
>;
725
DISALLOW_COPY_AND_ASSIGN(
ImageBurnDownloaderTaskProxy
);
743
scoped_refptr<
ImageBurnDownloaderTaskProxy
> task =
744
new
ImageBurnDownloaderTaskProxy
();
748
&
ImageBurnDownloaderTaskProxy
::CreateFileStream, url, file_path
[
all
...]
Completed in 20 milliseconds