Searched defs:enable (Results 1 - 25 of 99) sorted by relevance

1234

/external/skia/src/animator/
H A DSkDisplayInclude.cpp47 bool SkInclude::enable(SkAnimateMaker & ) { function in class:SkInclude
H A DSkHitClear.cpp30 bool SkHitClear::enable(SkAnimateMaker& maker) { function in class:SkHitClear
H A DSkDisplayInput.cpp44 bool SkInput::enable(SkAnimateMaker & ) { function in class:SkInput
H A DSkHitTest.cpp62 bool SkHitTest::enable(SkAnimateMaker& maker) { function in class:SkHitTest
H A DSkAnimateActive.h36 bool enable() { return immediate(true); } function in class:SkActive
49 bool immediate(bool enable);
H A DSkDisplayMovie.cpp86 enable(maker);
112 bool SkDisplayMovie::enable(SkAnimateMaker& maker) { function in class:SkDisplayMovie
H A DSkDump.cpp47 bool SkDump::enable(SkAnimateMaker& maker ) { function in class:SkDump
146 bool SkDump::enable(SkAnimateMaker& maker ) { function in class:SkDump
H A DSkDisplayAdd.cpp86 bool SkAdd::enable(SkAnimateMaker& maker ) { function in class:SkAdd
190 use->enable(maker);
213 bool SkClear::enable(SkAnimateMaker& maker ) { function in class:SkClear
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.h91 void SetDelegateToGeneratedFactory(bool enable) { argument
92 delegate_to_generated_factory_ = enable;
/external/webkit/WebKit/chromium/public/
H A DWebMediaPlayerAction.h45 bool enable; member in struct:WebKit::WebMediaPlayerAction
48 : type(Unknown), enable(false) { }
49 WebMediaPlayerAction(Type type, bool enable) argument
50 : type(type), enable(enable) { }
/external/clearsilver/python/examples/base/
H A Dprofiler.py11 def enable(): function
/external/webkit/WebCore/plugins/qt/
H A DPluginContainerQt.cpp100 void PluginContainerQt::redirectWheelEventsToParent(bool enable) argument
109 if (enable)
/external/webkit/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp43 void WebRuntimeFeatures::enableDatabase(bool enable) argument
46 Database::setIsAvailable(enable);
59 void WebRuntimeFeatures::enableLocalStorage(bool enable) argument
62 RuntimeEnabledFeatures::setLocalStorageEnabled(enable);
75 void WebRuntimeFeatures::enableSessionStorage(bool enable) argument
78 RuntimeEnabledFeatures::setSessionStorageEnabled(enable);
91 void WebRuntimeFeatures::enableMediaPlayer(bool enable) argument
94 WebMediaPlayerClientImpl::setIsEnabled(enable);
107 void WebRuntimeFeatures::enableSockets(bool enable) argument
110 WebSocket::setIsAvailable(enable);
123 enableNotifications(bool enable) argument
139 enableApplicationCache(bool enable) argument
155 enableGeolocation(bool enable) argument
171 enableIndexedDatabase(bool enable) argument
[all...]
/external/webkit/WebCore/page/
H A DPositionOptions.h39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } argument
/external/webkit/WebCore/platform/haiku/
H A DContextMenuItemHaiku.cpp152 void ContextMenuItem::setEnabled(bool enable) argument
155 m_platformDescription->SetEnabled(enable);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h161 void SetInputsAreProtoPathRelative(bool enable) { argument
162 inputs_are_proto_path_relative_ = enable;
/external/qemu/distrib/sdl-1.2.12/src/events/
H A DSDL_keyboard.c331 int SDL_EnableUNICODE(int enable) argument
336 if ( enable >= 0 ) {
337 SDL_TranslateUNICODE = enable;
/external/webkit/WebCore/editing/
H A DDeleteButtonController.cpp321 void DeleteButtonController::enable() function in class:WebCore::DeleteButtonController
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h74 void setTextOutputEnabled(bool enable) { m_enableTextOutput = enable; } argument
/external/bluetooth/bluez/audio/
H A Dtelephony-dummy.c205 void telephony_nr_and_ec_req(void *telephony_device, gboolean enable) argument
208 enable ? "enable" : "disable");
213 void telephony_voice_dial_req(void *telephony_device, gboolean enable) argument
216 enable ? "enable" : "disable");
/external/bluetooth/hcidump/src/
H A Dbpasniff.c86 static int enable_sniffer(int dd, uint8_t enable) argument
89 unsigned char req[] = { 0x00, enable };
111 static int enable_sync(int dd, uint8_t enable, bdaddr_t *bdaddr) argument
114 unsigned char req[] = { 0x01, enable,
440 fprintf(stderr, "Can't enable sniffer for hci%d: %s (%d)\n",
447 fprintf(stderr, "Can't enable sync for hci%d: %s (%d)\n",
/external/chromium/net/flip/
H A Dflip_session.h78 static void SetSSLMode(bool enable) { use_ssl_ = enable; } argument
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c45 int fd, enable; local
52 "dirinfo", 0, 1, &enable);
54 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java65 public synchronized final void setDependsMode (final boolean enable) argument
67 m_dependsMode = enable;
/external/junit/src/junit/runner/
H A DBaseTestRunner.java59 // calling of the deprecated save method to enable compiling under 1.1.7
177 public void setLoading(boolean enable) { argument
178 fLoading= enable;

Completed in 540 milliseconds

1234