Searched refs:IsEnabled (Results 51 - 75 of 75) sorted by relevance

123

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc900 IsEnabled() ? file_name_color :
945 if (IsEnabled()) {
/external/libppp/src/
H A Dipcp.c576 if (IsEnabled(ipcp->cfg.vj.neg)
784 if (IsEnabled(ipcp->cfg.ns.dns_neg)) {
1244 if (IsEnabled(ipcp->cfg.ns.dns_neg)) {
H A Dlqr.c279 if (IsEnabled(lcp->cfg.lqr) && !REJECTED(lcp, TY_QUALPROTO))
/external/v8/src/
H A Dplatform-cygwin.cc665 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Dplatform-freebsd.cc776 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Dplatform-macos.cc784 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Dplatform-solaris.cc774 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Disolate.cc1337 if (RuntimeProfiler::IsEnabled() && current_vm_state() == JS) {
1362 if (RuntimeProfiler::IsEnabled() && current_vm_state() == JS) {
H A Disolate.h982 if (RuntimeProfiler::IsEnabled()) {
H A Dplatform-linux.cc1153 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Dplatform-openbsd.cc853 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Dplatform-win32.cc2000 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
H A Dheap.cc5572 if (Snapshot::IsEnabled()) {
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc890 (instant_finalized_ || !InstantController::IsEnabled(profile_)));
/external/v8/src/mips/
H A Dassembler-mips.h423 static bool IsEnabled(CpuFeature f) { function in class:v8::internal::CpuFeatures
H A Dmacro-assembler-mips.cc1167 ASSERT(CpuFeatures::IsEnabled(FPU));
/external/v8/src/x64/
H A Dassembler-x64.cc1014 ASSERT(CpuFeatures::IsEnabled(CPUID));
2237 ASSERT(CpuFeatures::IsEnabled(SSE3));
2246 ASSERT(CpuFeatures::IsEnabled(SSE3));
2942 ASSERT(CpuFeatures::IsEnabled(SSE4_1));
H A Dassembler-x64.h466 static bool IsEnabled(CpuFeature f) {
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp161 bool AddressDetector::IsEnabled(const WebKit::WebHitTestInfo& hit_test) { function in class:AddressDetector
/external/mesa3d/docs/
H A DMESA_texture_array.spec95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
/external/v8/src/arm/
H A Dassembler-arm.h518 static bool IsEnabled(CpuFeature f) { function in class:v8::internal::CpuFeatures
H A Dmacro-assembler-arm.cc781 ASSERT(CpuFeatures::IsEnabled(VFP3));
/external/v8/src/ia32/
H A Dassembler-ia32.h472 static bool IsEnabled(CpuFeature f) {
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc1348 if (open_disposition == CURRENT_TAB && TabFinder::IsEnabled()) {
3445 if (!InstantController::IsEnabled(profile())) {
4353 if (type() == TYPE_NORMAL && InstantController::IsEnabled(profile()) &&
/external/v8/test/cctest/
H A Dtest-api.cc2625 if (i::Snapshot::IsEnabled()) return;
2666 if (i::Snapshot::IsEnabled()) return;
2695 if (i::Snapshot::IsEnabled()) return;

Completed in 532 milliseconds

123