Searched defs:detail (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/content/shell/common/
H A Dleak_detection_result.h14 std::string detail; member in struct:content::LeakDetectionResult
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextCheckingResult.cpp47 GrammarDetail detail; local
48 detail.location = 0;
49 detail.length = length;
50 detail.userDescription = replacement;
51 result.details.append(detail);
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp27 namespace detail { namespace in namespace:boost
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssertionFailedException.java31 * @param detail
34 public AssertionFailedException(String detail) { argument
35 super(detail);
/external/llvm/lib/Support/
H A DAllocator.cpp24 namespace detail { namespace in namespace:llvm
35 } // End namespace detail.
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DAuthenticationException.java28 public AuthenticationException(String detail) { argument
29 super(detail);
32 public AuthenticationException(String detail, Throwable ex) { argument
33 super(detail, ex);
H A DSaslException.java35 public SaslException(String detail) { argument
36 super(detail);
39 public SaslException(String detail, Throwable ex) { argument
40 super(detail);
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp27 namespace detail { namespace in namespace:boost
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CustomEventCustom.cpp45 static v8::Handle<v8::Value> cacheState(v8::Handle<v8::Object> customEvent, v8::Handle<v8::Value> detail, v8::Isolate* isolate) argument
47 V8HiddenValue::setHiddenValue(isolate, customEvent, V8HiddenValue::detail(isolate), detail);
48 return detail;
56 v8::Handle<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()));
65 // we need to find the 'detail' property on the main world wrapper and clone it.
66 v8::Local<v8::Value> mainWorldDetail = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::detail(info.GetIsolate()));
93 V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()), detailsArg);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DCustomEvent.h58 void setSerializedDetail(PassRefPtr<SerializedScriptValue> detail) argument
61 m_serializedDetail = detail;
H A DUIEventWithKeyState.h48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
49 : UIEvent(type, canBubble, cancelable, view, detail)
47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DFocusEvent.h50 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) argument
52 return adoptRefWillBeNoop(new FocusEvent(type, canBubble, cancelable, view, detail, relatedTarget));
H A DUIEvent.h39 int detail; member in struct:blink::UIEventInit
49 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail) argument
51 return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail));
59 void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail);
62 int detail() const { return m_detail; } function in class:blink::UIEvent
82 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail);
H A DFocusEvent.cpp53 FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) argument
54 : UIEvent(type, canBubble, cancelable, view, detail)
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.cpp32 namespace detail namespace in namespace:de
65 } // detail
H A DdeArrayBuffer.hpp33 namespace detail namespace in namespace:de
39 } // detail
89 void* const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment);
133 detail::ArrayBuffer_AlignedFree(m_ptr);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapFault.java43 public Node detail; field in class:SoapFault
62 if (name.equals("detail")) {
63 detail = new Node();
64 detail.parse(parser);
65 // Handle case '...<detail/></soap:Fault>'
95 xw.startTag(null, "detail");
96 if (detail != null) {
97 detail.write(xw);
99 xw.endTag(null, "detail");
113 + faultstring + "' faultactor: '" + faultactor + "' detail
[all...]
/external/chromium_org/content/shell/renderer/
H A Dleak_detector.cc52 base::DictionaryValue detail; local
58 detail.Set("numberOfLiveAudioNodes", list);
64 detail.Set("numberOfLiveDocuments", list);
70 detail.Set("numberOfLiveNodes", list);
77 detail.Set("numberOfLiveRenderObjects", list);
83 detail.Set("numberOfLiveResources", list);
86 if (!detail.empty()) {
88 base::JSONWriter::Write(&detail, &detail_str);
89 report.detail = detail_str;
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp37 namespace detail namespace in namespace:PR6063
45 detail::f(a, b);
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp30 namespace detail namespace in namespace:glu
96 } // detail
98 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments)
100 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName);
H A DgluStrUtil.hpp34 namespace detail namespace in namespace:glu
68 } // detail
70 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); }
71 inline detail::TextureParameterValueStr getTextureParameterValueStr (deUint32 param, int value) { return detail::TextureParameterValueStr(param, value); }
72 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments);
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Devent_handler.js169 * holding userdata as |treeViewObject.detail|.
177 * The value is hold as |statistics[key].detail|.
190 treeViewObject.detail = {payload: {}, children: {}};
203 var storageObject = treeViewObject.detail.children[type];
207 detail: {payload: {}, children: {}}
210 treeViewObject.detail.children[type] = storageObject;
225 var hostObject = storageObject.detail.children[host];
229 detail: {payload: {}, children: {}}
232 storageObject.detail.children[host] = hostObject;
248 var originObject = hostObject.detail
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_handler_callbacks.cc63 std::string detail; local
65 detail += path + ": ";
66 detail += dbus_error_name;
68 detail += ": " + dbus_error_message;
69 NET_LOG_ERROR(error_name, detail);
74 CreateDBusErrorData(path, error_name, detail,
/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp13 namespace detail { namespace
69 detail::either_impl<T...> impl;
75 elem(impl_t::index(detail::type<U>())),
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{}));
92 : impl.get(detail::select<N>{}));
97 return get<impl_t::index(detail::type<U>())>();
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc63 const std::wstring& detail) {
68 if (!detail.empty())
69 fwprintf(stderr, L" (%s)\n", detail.c_str());
61 DumpUsage(const CommandLine& cmd_line, errors::ErrorCode error_code, const std::wstring& detail) argument

Completed in 2523 milliseconds

12345