Searched defs:show_context (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt.cc36 bool show_context,
70 bool show_context,
74 show_context_(show_context),
257 bool show_context,
260 item, web_contents, show_context, done);
67 DownloadDangerPromptImpl( content::DownloadItem* download, content::WebContents* web_contents, bool show_context, const OnDone& done) argument
254 Create( content::DownloadItem* item, content::WebContents* web_contents, bool show_context, const OnDone& done) argument
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_danger_prompt_views.cc40 bool show_context,
82 bool show_context,
85 show_context_(show_context),
349 bool show_context,
352 new DownloadDangerPromptViews(item, show_context, done);
80 DownloadDangerPromptViews( content::DownloadItem* item, bool show_context, const OnDone& done) argument
346 Create( content::DownloadItem* item, content::WebContents* web_contents, bool show_context, const OnDone& done) argument
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp383 bool show_context = false; local
404 m_type_list.Dump(s, show_context);
412 (*cu_pos)->Dump(s, show_context);
H A DTypeList.cpp174 TypeList::Dump(Stream *s, bool show_context) argument
178 pos->second->Dump(s, show_context);
H A DType.cpp202 Type::Dump (Stream *s, bool show_context) argument
213 if (show_context && m_context != NULL)

Completed in 271 milliseconds