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

  /external/lldb/include/lldb/Interpreter/
OptionGroupWatchpoint.h 54 typedef enum WatchType {
59 } WatchType;
61 WatchType watch_type;
  /external/lldb/source/Interpreter/
OptionGroupWatchpoint.cpp 81 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/
browser_test_utils.h 251 enum WatchType {
257 WatchType type);
259 RenderProcessHostWatcher(WebContents* web_contents, WatchType type);
274 WatchType type_;
browser_test_utils.cc 660 RenderProcessHost* render_process_host, WatchType type)
668 WebContents* web_contents, WatchType type)

Completed in 71 milliseconds