Searched refs:SetBoolean (Results 1 - 25 of 511) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc84 description.SetBoolean("attached", bvr->attached_to_window());
85 description.SetBoolean("visible", bvr->IsVisible());
89 description.SetBoolean("empty", screen_rect.size().IsEmpty());
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1472 modified_job_settings.SetBoolean(kSettingHeaderFooterEnabled, false);
/external/chromium_org/apps/
H A Dsaved_files_service.cc68 file_entry_dict->SetBoolean(kFileEntryIsDirectory, file_entry.is_directory);
/external/chromium_org/ash/display/
H A Ddisplay_layout.cc129 dict_value->SetBoolean(kMirroredKey, layout.mirrored);
/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc29 void TracedValue::SetBoolean(const char* name, bool value) { function in class:base::debug::TracedValue
30 GetCurrentDictionary()->SetBoolean(name, value);
H A Dtrace_event_argument.h30 void SetBoolean(const char* name, bool value);
H A Dtrace_event_argument_unittest.cc15 value->SetBoolean("bool", true);
29 value->SetBoolean("b2", false);
34 value->SetBoolean("b0", true);
/external/chromium_org/base/prefs/
H A Dpref_member.cc161 prefs()->SetBoolean(pref_name().c_str(), value);
H A Dpref_member_unittest.cc123 prefs.SetBoolean(kBoolPref, false);
310 prefs.SetBoolean(kBoolPref, true);
H A Dpref_service.cc340 void PrefService::SetBoolean(const char* path, bool value) { function in class:PrefService
H A Dpref_service.h194 void SetBoolean(const char* path, bool value);
H A Dpref_value_map.cc99 void PrefValueMap::SetBoolean(const std::string& key, bool value) { function in class:PrefValueMap
H A Dpref_value_map.h58 void SetBoolean(const std::string& key, bool value);
H A Dtesting_pref_store.cc119 void TestingPrefStore::SetBoolean(const std::string& key, bool value) { function in class:TestingPrefStore
H A Dtesting_pref_store.h55 void SetBoolean(const std::string& key, bool value);
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc302 test_result_value->SetBoolean("losless_snippet", losless_snippet);
/external/chromium_org/base/
H A Dvalues.cc398 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { function in class:base::DictionaryValue
H A Dvalues.h239 void SetBoolean(const std::string& path, bool in_value);
H A Dvalues_unittest.cc515 dv.SetBoolean("a", false);
542 copy->SetBoolean("aa", false);
634 root->SetBoolean("bool", true);
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_unittest.cc124 settings->SetBoolean("run_benchmark_impl", true);
149 message->SetBoolean("can_handle", true);
164 message->SetBoolean("can_handle", true);
171 message->SetBoolean("can_handle", false);
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc657 result->SetBoolean("DrawsContent", draws_content_);
658 result->SetBoolean("Is3dSorted", Is3dSorted());
660 result->SetBoolean("ContentsOpaque", contents_opaque_);
663 result->SetBoolean("Scrollable", true);
666 result->SetBoolean("WheelHandler", have_wheel_event_handlers_);
668 result->SetBoolean("ScrollHandler", have_scroll_event_handlers_);
1506 state->SetBoolean("can_use_lcd_text", can_use_lcd_text());
1507 state->SetBoolean("contents_opaque", contents_opaque());
1509 state->SetBoolean(
H A Dnine_patch_layer_impl.cc396 result->SetBoolean("FillCenter", fill_center_);
/external/chromium_org/cc/output/
H A Dfilter_operation.cc298 value->SetBoolean("is_null", !image_filter_);
300 value->SetBoolean("can_filter_image_gpu", can_filter_image_gpu);
/external/chromium_org/cc/quads/
H A Dcontent_draw_quad_base.cc62 value->SetBoolean("swizzle_contents", swizzle_contents);
H A Ddraw_quad.cc77 value->SetBoolean("rect_is_clipped", rect_is_clipped);
92 value->SetBoolean("opaque_rect_is_clipped", opaque_rect_is_clipped);
108 value->SetBoolean("visible_rect_is_clipped", visible_rect_is_clipped);
110 value->SetBoolean("needs_blending", needs_blending);
111 value->SetBoolean("should_draw_with_blending", ShouldDrawWithBlending());

Completed in 1482 milliseconds

1234567891011>>