Searched refs:SetException (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.cc165 SetException("exception during default invocation");
206 SetException("Invoke: unknown method " + method_name);
240 SetException("GetProperty: NULL result");
306 SetException("GetProperty: unsupported property " + property_name);
325 SetException("SetProperty: unexpected type for property " +
336 SetException("SetProperty: unexpected type for property " +
348 SetException("SetProperty: unexpected type for property " +
363 SetException("SetProperty: invalid value for property " +
367 SetException("SetProperty: unexpected type for property " +
378 SetException("SetPropert
1108 void HostNPScriptObject::SetException(const std::string& exception_string) { function in class:remoting::HostNPScriptObject
[all...]
H A Dhost_script_object.h250 void SetException(const std::string& exception_string);
/external/chromium_org/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc115 SetException(kInvalidObjectException);
153 SetException(kInvalidPropertyException);
203 accessor.SetException(kUnableToGetPropertyException);
227 accessor.SetException(kUnableToGetAllPropertiesException);
252 accessor.SetException(kInvalidValueException);
257 accessor.SetException(kUnableToSetPropertyException);
269 accessor.SetException(kUnableToRemovePropertyException);
284 accessor->SetException(kInvalidPropertyException);
288 accessor->SetException(kInvalidPropertyException);
298 accessor->SetException(kInvalidValueExceptio
[all...]
H A Dnpapi_glue.h247 void SetException(const char* message);
254 // always indicate if SetException has been called, regardless of whether
H A Dnpapi_glue.cc347 void TryCatch::SetException(const char* message) { function in class:content::TryCatch
358 static_cast<TryCatch*>(self)->SetException(message);
H A Dpepper_plugin_instance_impl.cc2185 try_catch.SetException("Script param to ExecuteScript must be a string.");
2195 try_catch.SetException("No frame to execute script in.");
2212 try_catch.SetException("Exception caught");
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.h79 void SetException(const ListValue* args);
H A Dcontent_settings_handler.cc558 &ContentSettingsHandler::SetException));
652 void ContentSettingsHandler::SetException(const ListValue* args) { function in class:ContentSettingsHandler
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.h147 void SetException(const base::ListValue* args);
H A Dcontent_settings_handler.cc1168 base::Bind(&ContentSettingsHandler::SetException,
1301 void ContentSettingsHandler::SetException(const ListValue* args) { function in class:options::ContentSettingsHandler

Completed in 128 milliseconds