HomeSort by relevance Sort by last modified time
    Searched refs:HasInstance (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/ui/ash/
ash_util.cc 20 if (!ash::Shell::HasInstance())
43 if (!ash::Shell::HasInstance())
ash_init.cc 97 ash::Shell::HasInstance()) {
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 30 if (ash::Shell::HasInstance()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferViewCustom.h 47 static bool HasInstance(v8::Handle<v8::Value> value, v8::Isolate*, WrapperWorldType)
V8AudioBufferSourceNodeCustom.cpp 44 if (V8AudioBuffer::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate()))) {
V8CryptoCustom.cpp 49 if (!V8ArrayBufferView::HasInstance(buffer, args.GetIsolate(), worldType(args.GetIsolate()))) {
V8HTMLMediaElementCustom.cpp 38 if (!V8MediaController::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate()))) {
V8HTMLSelectElementCustom.cpp 54 if (V8HTMLOptionElement::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
V8FormDataCustom.cpp 45 if (args.Length() > 0 && V8HTMLFormElement::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())))
66 if (V8Blob::HasInstance(arg, args.GetIsolate(), worldType(args.GetIsolate()))) {
V8InjectedScriptHostCustom.cpp 119 v8SetReturnValue(args, V8HTMLAllCollection::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())));
153 if (V8Node::HasInstance(value, args.GetIsolate(), currentWorldType)) {
157 if (V8NodeList::HasInstance(value, args.GetIsolate(), currentWorldType)) {
161 if (V8HTMLCollection::HasInstance(value, args.GetIsolate(), currentWorldType)) {
165 if (V8Int8Array::HasInstance(value, args.GetIsolate(), currentWorldType) || V8Int16Array::HasInstance(value, args.GetIsolate(), currentWorldType) || V8Int32Array::HasInstance(value, args.GetIsolate(), currentWorldType)) {
169 if (V8Uint8Array::HasInstance(value, args.GetIsolate(), currentWorldType) || V8Uint16Array::HasInstance(value, args.GetIsolate(), currentWorldType) || V8Uint32Array::HasInstance(value, args.GetIsolate(), currentWorldType))
    [all...]
V8NodeCustom.cpp 70 Node* newChild = V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
71 Node* refChild = V8Node::HasInstance(args[1], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
87 Node* newChild = V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
88 Node* oldChild = V8Node::HasInstance(args[1], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
103 Node* oldChild = V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
119 Node* newChild = V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
V8XMLHttpRequestCustom.cpp 177 return V8Document::HasInstance(value, isolate, currentWorldType) || V8HTMLDocument::HasInstance(value, isolate, currentWorldType);
199 } else if (V8Blob::HasInstance(arg, args.GetIsolate(), currentWorldType)) {
204 } else if (V8FormData::HasInstance(arg, args.GetIsolate(), currentWorldType)) {
209 } else if (V8ArrayBuffer::HasInstance(arg, args.GetIsolate(), currentWorldType)) {
214 } else if (V8ArrayBufferView::HasInstance(arg, args.GetIsolate(), currentWorldType)) {
V8BlobCustom.cpp 106 if (V8ArrayBuffer::HasInstance(item, args.GetIsolate(), worldType(args.GetIsolate()))) {
110 } else if (V8ArrayBufferView::HasInstance(item, args.GetIsolate(), worldType(args.GetIsolate()))) {
115 if (V8Blob::HasInstance(item, args.GetIsolate(), worldType(args.GetIsolate()))) {
V8CanvasRenderingContext2DCustom.cpp 62 if (V8CanvasGradient::HasInstance(value, isolate, worldType(isolate)))
65 if (V8CanvasPattern::HasInstance(value, isolate, worldType(isolate)))
V8DocumentCustom.cpp 69 if (V8Node::HasInstance(args[1], args.GetIsolate(), worldType(args.GetIsolate())))
80 if (V8XPathResult::HasInstance(args[4], args.GetIsolate(), worldType(args.GetIsolate())))
  /external/chromium_org/chrome/browser/ui/
host_desktop.cc 66 ash::Shell::HasInstance()) {
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 15 DCHECK(ash::Shell::HasInstance());
21 DCHECK(ash::Shell::HasInstance());
app_list_service_ash.cc 68 if (ash::Shell::HasInstance())
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc 101 } else if (allow_delay && ash::Shell::HasInstance()) {
126 if (ash::Shell::HasInstance()) {
149 if (ash::Shell::HasInstance())
  /external/chromium/chrome/browser/chromeos/login/
update_screen.h 64 static bool HasInstance(UpdateScreen* inst);
  /external/chromium/net/base/
test_root_certs.cc 42 bool TestRootCerts::HasInstance() {
test_root_certs.h 38 static bool HasInstance();
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.cc 47 if (ash::Shell::HasInstance() &&
  /external/chromium_org/chrome/browser/ui/views/ash/
chrome_browser_main_extra_parts_ash.cc 92 if (ash::Shell::HasInstance() &&
  /external/chromium_org/net/cert/
test_root_certs.cc 41 bool TestRootCerts::HasInstance() {

Completed in 156 milliseconds

1 2 3 4 5