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

  /external/chromium_org/extensions/renderer/
process_info_native_handler.h 32 std::string context_type_; member in class:extensions::ProcessInfoNativeHandler
process_info_native_handler.cc 22 context_type_(context_type),
55 v8::String::NewFromUtf8(args.GetIsolate(), context_type_.c_str()));
script_context.h 63 Feature::Context context_type() const { return context_type_; }
166 Feature::Context context_type_; member in class:extensions::ScriptContext
script_context.cc 67 context_type_(context_type),
150 api_name, extension, context_type_, GetURL());
171 return GetContextTypeDescriptionString(context_type_);

Completed in 787 milliseconds