HomeSort by relevance Sort by last modified time
    Searched full:cast (Results 176 - 200 of 1148) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/third_party/icu/source/i18n/
quant.cpp 53 * UnicodeFunctor API. Cast 'this' to a UnicodeMatcher* pointer
unesctrn.h 40 * numeric values are cast to 16-bit characters and stored in the
  /external/elfutils/libelf/
ChangeLog 36 * gelf_xlate.c (INLINE3): Avoid using cast as lvalue.
  /external/icu4c/common/
locbased.h 91 // ugh: cast away const
servnotf.h 68 * NotifyListener should cast the listener to the appropriate
  /external/icu4c/i18n/
quant.cpp 53 * UnicodeFunctor API. Cast 'this' to a UnicodeMatcher* pointer
unesctrn.h 40 * numeric values are cast to 16-bit characters and stored in the
  /external/libxml2/include/libxml/
xmlstring.h 33 * Macro to cast a string to an xmlChar * when one know its safe.
  /external/v8/src/
frames.cc 193 Object* script = JSFunction::cast(frame()->function())->shared()->script();
196 Script::TYPE_NATIVE != Script::cast(script)->type()->value());
413 return Code::cast(code_slot());
489 JSFunction* function = JSFunction::cast(this->function());
503 return Code::cast(code);
578 context = Context::cast(this->context());
614 SharedFunctionInfo* shared = JSFunction::cast(function)->shared();
631 expected = JSFunction::cast(function)->shared()->formal_parameter_count();
716 if (i == n) return JavaScriptFrame::cast(iterator_.frame());
heap-profiler.cc 61 CalculateNetworkSize(JSObject::cast(obj)) : obj->Size();
70 JSObject* js_obj = JSObject::cast(obj);
71 String* constructor = JSObject::cast(js_obj)->constructor_name();
113 if (FixedArray::cast(obj->properties())->length() != 0) {
116 if (FixedArray::cast(obj->elements())->length() != 0) {
121 JSFunction* f = JSFunction::cast(obj);
149 FixedArray::cast(*o)->Iterate(this);
152 profile_->StoreReference(cluster_, HeapObject::cast(*o));
607 String* constructor = JSObject::cast(obj)->constructor_name();
snapshot-common.cc 79 return Handle<Context>(Context::cast(root));
  /external/webkit/WebCore/bindings/objc/
ObjCEventListener.mm 83 if (const ObjCEventListener* objCEventListener = ObjCEventListener::cast(&listener))
  /external/webkit/WebCore/bindings/v8/
V8Collection.cpp 55 HTMLOptionElement* element = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>::Cast(value));
  /external/webkit/WebCore/bindings/v8/custom/
V8StyleSheetCustom.cpp 49 v8::Handle<v8::Object> owner = v8::Handle<v8::Object>::Cast(toV8(ownerNode));
  /external/webkit/WebCore/inspector/
InspectorDOMStorageResource.h 56 static const InspectorDOMStorageResource* cast(const EventListener* listener) function in class:WebCore::InspectorDOMStorageResource
  /external/webkit/WebCore/rendering/
RenderButton.h 87 // This will catch anyone doing an unnecessary cast.
RenderListItem.h 86 // This will catch anyone doing an unnecessary cast.
RenderListMarker.h 95 // This will catch anyone doing an unnecessary cast.
RenderPath.h 94 // This will catch anyone doing an unnecessary cast.
RenderSVGRoot.h 101 // This will catch anyone doing an unnecessary cast.
RenderSVGViewportContainer.h 66 // This will catch anyone doing an unnecessary cast.
RenderScrollbar.h 89 // This will catch anyone doing an unnecessary cast.
RenderTableCol.h 81 // This will catch anyone doing an unnecessary cast.
RenderTableRow.h 82 // This will catch anyone doing an unnecessary cast.
RenderVideo.h 89 // This will catch anyone doing an unnecessary cast.

Completed in 228 milliseconds

1 2 3 4 5 6 78 91011>>