HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 226 - 250 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
api.cc 282 return obj.IsEmpty() ? ReportEmptyHandle(location) : false;
493 if (value.IsEmpty()) {
948 if (data.IsEmpty()) data = v8::Undefined();
954 if (!signature.IsEmpty())
970 if (!receiver.IsEmpty()) obj->set_receiver(*Utils::OpenHandle(*receiver));
    [all...]
lithium-allocator.cc 278 ASSERT(result->IsEmpty());
487 if (IsEmpty()) return false;
716 if (range->IsEmpty() || range->Start().Value() > position.Value()) {
    [all...]
code-stubs.cc 360 if (IsEmpty()) stream->Add("None");
code-stubs.h 1048 bool IsEmpty() const { return set_.IsEmpty(); }
    [all...]
debug.cc     [all...]
handles.cc 649 if (!result.IsEmpty())
679 if (!result.IsEmpty())
    [all...]
builtins.cc     [all...]
  /external/v8/tools/
test.py 822 def IsEmpty(self):
834 def IsEmpty(self):
846 def IsEmpty(self):
864 return not inter.IsEmpty()
867 return inter.IsEmpty()
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 378 if (!wrapper.IsEmpty())
413 if (!wrapper.IsEmpty())
627 if (holder.IsEmpty()) {
728 if (holder.IsEmpty())
816 push(@implContentDecls, " if (wrapper.IsEmpty()) {\n");
818 push(@implContentDecls, " if (!wrapper.IsEmpty())\n");
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_cookies_api.cc 34 if (registrar_.IsEmpty()) {
extension_history_api.cc 76 if (registrar_.IsEmpty()) {
extension_message_service.cc 134 if (!registrar_.IsEmpty())
extension_webnavigation_api.cc 261 if (registrar_.IsEmpty()) {
  /external/chromium/chrome/browser/net/
predictor_api.cc 305 if (registrar_.IsEmpty()) {
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 145 if (registrar_.IsEmpty()) {
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 207 DCHECK(registrar_.IsEmpty());
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 454 if (!resize_corner_size.IsEmpty()) {
526 // NOTE: Can't check if the size IsEmpty() since it's always 0-width.
  /external/chromium/chrome/common/net/
url_fetcher.cc 407 if (!extra_request_headers_.IsEmpty())
  /external/chromium/net/http/
partial_data.cc 147 DCHECK(extra_headers_.IsEmpty());
  /external/v8/test/cctest/
test-deoptimization.cc 240 CHECK(!fun.IsEmpty());
test-disasm-mips.cc 48 if (env.IsEmpty()) {
test-debug.cc 144 inline bool IsReady() { return !context_.IsEmpty(); }
662 if (!frame_function_name.IsEmpty()) {
677 if (!frame_source_line.IsEmpty()) {
687 if (!frame_source_column.IsEmpty()) {
697 if (!frame_script_name.IsEmpty()) {
712 if (!frame_script_data.IsEmpty()) {
733 } else if (event == v8::AfterCompile && !compiled_script_data.IsEmpty()) {
789 if (!frame_count.IsEmpty()) {
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 356 std::mem_fun_ref(&AutofillProfile::IsEmpty)),
422 std::mem_fun_ref(&CreditCard::IsEmpty)),
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 756 if (rect.IsEmpty())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 667 if (local_bounds.IsEmpty())
757 if (!close_button_bounds_.IsEmpty()) {
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 6 7 8 91011>>