HomeSort by relevance Sort by last modified time
    Searched refs:Null (Results 76 - 88 of 88) sorted by null

1 2 34

  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 393 return v8::Null();
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 364 return v8::Null();
V8DOMWindowCustom.cpp 232 // Have a special handling of null value to behave
235 // imp->frame() cannot be null,
465 // null string for value means key without value
852 return v8::Null();
V8WebGLRenderingContextCustom.cpp 69 // Returns NULL if array failed to convert for any reason.
88 // Returns NULL if array failed to convert for any reason.
192 return v8::Null();
552 // Assume that the user is passing null for texture
694 // Assume that the user is passing null for texture
795 ASSERT(array != NULL);
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 100 Null,
109 "RegExp", "Array", "RTObject", "Object", "Null", "RTArray"};
126 return Null;
582 } else if (type == Null) {
606 } else if (type == Null) {
763 // Variants with QObject * can be isNull but not a null pointer
764 // An empty QString variant is also null
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.idl 84 [ConvertNullStringTo=Null] DOMString prompt(in DOMString message,
    [all...]
  /external/v8/src/
d8.cc 47 LineEditor *LineEditor::first_ = NULL;
61 while (current != NULL) {
90 i::OS::MemoryMappedFile* Shell::counters_file_ = NULL;
174 if (*file == NULL) {
187 if (*line == NULL) {
188 return Null();
202 if (*file == NULL) {
330 if (counters_in_use_ == kMaxCounters) return NULL;
338 void* memory = (counters_file_ == NULL) ?
339 NULL : counters_file_->memory()
    [all...]
api.cc 78 i::V8::FatalProcessOutOfMemory(NULL); \
105 static FatalErrorCallback exception_behavior = NULL;
119 if (exception_behavior == NULL) {
286 v8::Handle<v8::Primitive> ImplementationUtilities::Null() {
287 if (!EnsureInitialized("v8::Null()")) return v8::Handle<v8::Primitive>();
328 RegisteredExtension* RegisteredExtension::first_extension_ = NULL;
364 v8::Handle<Primitive> Null() {
365 LOG_API("Null");
366 return ImplementationUtilities::Null();
385 stack_limit_(NULL) { }
    [all...]
  /external/v8/include/
v8.h 465 next = limit = NULL;
553 ScriptOrigin* origin = NULL,
554 ScriptData* pre_data = NULL,
587 ScriptOrigin* origin = NULL,
588 ScriptData* pre_data = NULL,
701 * Returns true if this value is the null value. See ECMA-262
830 * enough to hold the entire string and NULL terminator. Copies
831 * the contents of the string and the NULL terminator into the
835 * Only null-terminates if there is enough space in the buffer.
842 * excluding the NULL terminator
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /external/v8/test/cctest/
test-api.cc 851 v8::Handle<v8::Primitive> n = v8::Null();
    [all...]
  /external/sqlite/dist/
sqlite3.c 780 ** The C parameter to [sqlite3_close(C)] must be either a NULL
784 ** ^Calling sqlite3_close() with a NULL pointer argument is a
808 ** sqlite3_exec() is not NULL, then it is invoked for each result row
812 ** is NULL, then no callback is ever invoked and result rows are
818 ** is not NULL then any error message is written into memory obtained
823 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
825 ** NULL before returning.
835 ** result row is NULL then the corresponding string pointer for the
836 ** sqlite3_exec() callback is a NULL pointer. ^The 4th argument to the
841 ** ^If the 2nd parameter to sqlite3_exec() is a NULL pointer, a pointe
    [all...]
sqlite3.c.orig 780 ** The C parameter to [sqlite3_close(C)] must be either a NULL
784 ** ^Calling sqlite3_close() with a NULL pointer argument is a
808 ** sqlite3_exec() is not NULL, then it is invoked for each result row
812 ** is NULL, then no callback is ever invoked and result rows are
818 ** is not NULL then any error message is written into memory obtained
823 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
825 ** NULL before returning.
835 ** result row is NULL then the corresponding string pointer for the
836 ** sqlite3_exec() callback is a NULL pointer. ^The 4th argument to the
841 ** ^If the 2nd parameter to sqlite3_exec() is a NULL pointer, a pointe
    [all...]

Completed in 1121 milliseconds

1 2 34