Searched defs:automatic (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c3110 int automatic; local
3145 automatic = os_strstr(pos, " auto") != NULL;
3186 persistent_group, automatic, join,
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp2396 Eina_Bool ewk_view_setting_auto_load_images_set(Evas_Object* o, Eina_Bool automatic) argument
2400 automatic = !!automatic;
2401 if (priv->settings.auto_load_images != automatic) {
2402 priv->page_settings->setLoadsImagesAutomatically(automatic);
2403 priv->settings.auto_load_images = automatic;
2415 Eina_Bool ewk_view_setting_auto_shrink_images_set(Evas_Object* o, Eina_Bool automatic) argument
2419 automatic = !!automatic;
2420 if (priv->settings.auto_shrink_images != automatic) {
[all...]

Completed in 105 milliseconds