Searched refs:WatchType (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionGroupWatchpoint.h54 typedef enum WatchType { enum in class:lldb_private::OptionGroupWatchpoint
59 } WatchType; typedef in class:lldb_private::OptionGroupWatchpoint
61 WatchType watch_type;
/external/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp81 WatchType tmp_watch_type;
82 tmp_watch_type = (WatchType) Args::StringToOptionEnum(option_arg, g_option_table[option_idx].enum_values, 0, error);
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.h251 enum WatchType { enum in class:content::RenderProcessHostWatcher
257 WatchType type);
259 RenderProcessHostWatcher(WebContents* web_contents, WatchType type);
274 WatchType type_;
H A Dbrowser_test_utils.cc660 RenderProcessHost* render_process_host, WatchType type)
668 WebContents* web_contents, WatchType type)

Completed in 4006 milliseconds