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

  /external/chromium_org/extensions/browser/
view_type_utils.cc 32 return VIEW_TYPE_INVALID;
37 return user_data ? user_data->type() : VIEW_TYPE_INVALID;
process_manager.cc 322 if (view_type != VIEW_TYPE_INVALID &&
401 if (view_type != VIEW_TYPE_INVALID &&
    [all...]
  /external/chromium_org/extensions/common/
view_type.h 16 VIEW_TYPE_INVALID,
  /external/chromium_org/chrome/renderer/extensions/
extension_helper.cc 104 if (match == VIEW_TYPE_INVALID)
146 view_type_(VIEW_TYPE_INVALID),
runtime_custom_bindings.cc 139 // |view_type| == VIEW_TYPE_INVALID means getting any type of
141 ViewType view_type = VIEW_TYPE_INVALID;

Completed in 29 milliseconds