• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebKit-7537.78.2/efl/ewk/

Lines Matching defs:view

43  *  - "editorclient,contents,changed", void: reports to the view that editor
49 * - "inspector,view,close", Evas_Object*: request to close the view for inspector.
50 * - "inspector,view,create", void: request to create the new view for inspector.
64 * - "load,provisional", void: view started provisional load.
65 * - "load,provisional,failed", Ewk_Frame_Load_Error*: view provisional load failed.
76 * - "navigate,with,data", Ewk_View_Navigation_Data*: reports that view did navigation and gives the navigation details.
77 * - "perform,client,redirect", Ewk_View_Redirection_Data*: reports that view performed a client redirect and gives the redirection details.
78 * - "perform,server,redirect", Ewk_View_Redirection_Data*: reports that view performed a server redirect and gives the redirection details.
104 * - "restore", Evas_Object *: reports that view should be restored to default conditions
109 * - "view,resized", void: view object's size was changed.
149 /// Ewk view's class, to be overridden by sub-classes.
315 * @brief Structure containing details about a view navigation.
317 * Details of a view navigation. It is used in "navigate,with,data" signal.
333 * @brief Structure containing details about a view redirection.
365 Evas_Object *ewkView; /**< Reference to the view object. */
389 } view; /**< Contains the position and size of last used viewport. */
413 /// Defines the modes of view.
582 * Sets the smart class api without any backing store, enabling view
603 * Sets the smart class api using single backing store, enabling view
623 * Sets the smart class api using tiled backing store, enabling view
648 * Each view is composed by a set of frames. The set has at least one
652 * @param e canvas object where to create the view object
654 * @return view object on success or @c NULL on failure
670 * @param e canvas object where to create the view object
672 * @return the view object on success or @c NULL on failure
679 * Gets the cache object of unused tiles used by this view.
681 * @param o the view object to get the cache object
688 * Sets the cache object of unused tiles used by this view.
691 * The tiles from one view will not be used by the other!
696 * @param o the view object to set the cache object
710 * @param o view object to change fixed layout
721 * @param o view object to get fixed layout size
730 * Sets the theme path that will be used by this view.
736 * @param o view object to change theme
742 * Gets the theme set on this view.
746 * @param o view object to get theme path
755 * @param o view object to get main frame
764 * @param o view object to get focused frame
773 * @param o view object to load @a uri
786 * @param o view object to get current uri.
798 * @param o view object to get current title
807 * @param o view object to query editable state
816 * @param o view object to set editable state
824 * Sets the background color and transparency of the view.
836 * @param o view object to change the background color
845 * Gets the background color of the view.
850 * @param o view object to get the background color
863 * @param o view object to get selected text
872 * @param o view object to forward a request of a new Context Menu
882 * @param o view object to execute command
898 * @param o view object
912 * @param o view object
926 * @param o view object to change currently selected item
939 * @param o view object
949 * @param o view object where to search the text
962 * @param o view object where to search text
977 * @param o view object where to unmark matches
986 * @param o view object where to set if matches are highlighted or not
996 * @param o view object to query if matches are highlighted or not
1007 * @param o view object to get the current progress
1017 * @param o view object to stop loading
1026 * @param o view object to reload current document
1037 * @param o view object to reload current document
1048 * @param o view object to navigate back
1059 * @param o view object to navigate forward
1070 * @param o view object to navigate in the history
1083 * @param o view object to query if backward navigation is possible
1093 * @param o view object to query if forward navigation is possible
1104 * @param o view object to query if it's possible to navigate @a steps in the history
1115 * @param o view object to query if navigation history is enabled
1117 * @return @c EINA_TRUE if view keeps history, @c EINA_FALSE otherwise
1124 * @param o view object to enable/disable navigation in the history
1133 * Gets the history (back-forward list) associated with this view.
1135 * The returned instance is unique for this view and thus multiple calls
1136 * to this function with the same view as parameter returns the same
1137 * handle. This handle is alive while view is alive, thus one
1138 * might want to listen for EVAS_CALLBACK_DEL on given view
1141 * @param o view object to get navigation history
1144 * view on succes or @c NULL on failure (including when the history
1152 * Adds @a visited_url to the view's visited links cache.
1157 * @param o view object to add visited links data.
1167 * @param o view object to get the zoom level
1176 * @param o view object to set the zoom level
1186 * @param o view object to get the scale factor
1195 * @param o view object to set the zoom level
1207 * @param o view object to get the zoom level
1216 * @param o view object to set the zoom level
1226 * @param o view object to get the zoom level
1235 * @param o view object to set the zoom level
1247 * @param o view object to query if the smooth scale is enabled while the weak zoom
1257 * @param o view object to set the smooth scale while the weak zoom
1282 * @param o view object to set the weak zoom level
1298 * @param o view object to set start of an internal zoom animation
1318 * @param o view object to set end of an internal zoom animation
1338 * @param o view object to set an internal current zoom animation
1356 * @param o view object to unmark an internal zoom animation state
1368 * If the view was already animating to another zoom, it will start
1379 * @param o view object to animate
1405 * @param o view to ask pre-render of given region
1429 * @param o view to ask pre-render
1442 * This is an alternative method to pre-render around the view area.
1443 * The first step is to find the center view area where to start pre-rendering.
1444 * And then from the center of the view area the backing store append the render request
1445 * outward in spiral order. So that the tiles which are close to view area are displayed
1448 * @param o view to ask pre-render
1459 * @param o view to clear pre-render requests
1466 * @param o view object to enable rendering
1478 * @param o view object to disable rendering
1488 * @param o view object to get the input method hints
1499 * @param o view object to get the user agent string
1508 * @param o view object to set the user agent string
1517 * @param o view object to query if the images are loaded automatically
1527 * @param o view object to set auto loading of the images
1538 * @param o view object to query if the images are shrinked automatically
1548 * @param o view object to set auto shrinking of the images
1557 * Queries if the view can be resized automatically.
1559 * @param o view object to query if the view can be resized automatically
1561 * @return @c EINA_TRUE if view can be resized automatically,
1567 * Enables/disables if the view can be resized automatically.
1569 * @param o view object to set if the view can be resized automatically
1570 * @param resizable @c EINA_TRUE if view can be resizable automatically,
1580 * @param o view object to query if the scripts can be executed
1590 * @param o view object to set script executing
1601 * @param o view object to query if the plug-ins are enabled
1611 * @param o view object to set the plug-ins
1622 * @param o view object to query if the frame flattening feature is enabled
1632 * @param o view object to set the frame flattening feature
1643 * @param o view object to query if the scripts can open the new windows
1653 * @param o view object to set if the scripts can open the new windows
1711 * @param o view object to query if the textarea elements can be resizable
1721 * @param o view object to set if the textarea elements can be resizable
1732 * @param o view object to get the user style sheet
1741 * @param o view object to set the user style sheet
1751 * @param o view object to query if the private browsing feature is enabled
1780 * @param o view object to set the private browsing feature
1789 * Returns whether HTML5 application cache support is enabled for this view.
1796 * @param o view object whose settings to query
1806 * Enables/disables the HTML5 application cache for this view.
1813 * @param o view object whose settings to change
1826 * @param o view object to query if the caret browsing feature is enabled
1836 * @param o view object to set caret browsing feature
1847 * @param o view object to get the current encoding
1857 * @param o view to set the encoding
1867 * @param o view object to get the default encoding
1877 * @param o view to set the default encoding
1887 * @param o view object to get the minimum font size
1896 * @param o view object to set the minimum font size
1906 * @param o view object to get the minimum logical font size
1915 * @param o view object to set the minimum font size
1925 * @param o view object to get the default font size
1934 * @param o view object to set the default font size
1944 * @param o view object to get the Monospace font size
1953 * @param o view object to set the Monospace font size
1963 * @param o view object to get name of font the for font family
1973 * @param o view object to set font for the given family
1984 * @param o view object to query if spatial navigation feature is enabled
1994 * @param o view object to set spatial navigation feature
2005 * @param o view object to query if the local storage feature is enabled
2017 * will be lost when the view is removed.
2021 * @param o view object to set if local storage is enabled
2037 * @param o view object to get the database path to the local storage feature
2052 * @param o view object to set the database path to the local storage feature
2064 * @param o view object to query if page cache feature is enabled
2074 * @param o view object to set page cache feature
2085 * @param o view object to query if the encoding detector is enabled
2095 * @param o view object to set the encoding detector
2107 * given view.
2109 * @param o view object to query if developer extensions are enabled
2121 * @param o view object to set developer extensions
2132 * @param o view object to set the minimum interval
2141 * @param o view object to get the minimum interval
2152 * @param o view object to query whether WebGL support is enabled
2164 * @param o view object to set WebGL
2178 * @param o view object to query if tab key focusing of page elements is enabled
2191 * @param o view object to set tab key focusing of page elements
2206 * @param o view object to query if hyperlink auditing is enabled
2220 * @param o view object to set hyperlink auditing
2234 * @param o view object to set allowing universal access from file URLs
2245 * @param o view object to query if allowing universal access from file URLs is enabled.
2260 * @param o view object to set allowing file access from file URLs
2271 * @param o view object to query if allowing file access from file URLs is enabled.
2285 * @param o view object to get the internal data
2294 * @param priv the pointer to the private data of the view to process scrolls
2308 * @param priv the pointer to the private data of the view to use as paint source
2336 * @param priv the pointer to the private data of the view to use as paint source
2363 * @param o view object to get the viewport attributes
2377 * @param o view object to set the zoom range
2388 * @param o view object to get the minimum value of the zoom range
2398 * @param o view object to get the maximum value of the zoom range
2408 * @param o view to set zoom
2418 * @param o view to query if zoom is enabled
2427 * @param o view to get the device pixel ratio value
2436 * @param o view object to set text direction.
2442 * Sets the view mode.
2444 * The view-mode media feature describes the mode in which the
2447 * @param o view object to change the view mode
2448 * @param view_mode page view mode to set
2455 * Gets the view mode.
2457 * @param o view object to get the view mode
2459 * @return enum value of @a Ewk_View_Mode that indicates current view mode on success or
2470 * @param o view.
2504 * @param o view object to set the visibility state.
2516 * @param o view object
2525 * Returns whether the view has displayed mixed content.
2527 * When a view has displayed mixed content, any of its frames has loaded an HTTPS URI
2533 * When one of the containing frames displays mixed content, the view emits the "mixedcontent,displayed" signal.
2535 * @param o The view to query.
2542 * Returns whether the view has run mixed content.
2544 * When a view has run mixed content, any of its frames has loaded an HTTPS URI
2550 * When one of the containing frames runs mixed content, the view emits the "mixedcontent,run" signal.
2552 * @param o The view to query.
2559 * Returns the SoupSession associated with this view.
2564 * @param o The view to query.
2571 * Associates a new SoupSession with this view.
2579 * @param o The view to change.
2589 * @param o view object to query whether XSSAuditor feature is enabled.
2605 * @param o view object to set the XSSAuditor feature.
2616 * @param o view object to query whether video captions display feature is enabled.
2628 * @param o view object to set the video captions display feature.
2639 * @param o view object to query whether video subtitles display feature is enabled.
2651 * @param o view object to set the video subtitles display feature.
2662 * @param o view object to query whether video text descriptions display feature is enabled.
2674 * @param o view object to set the video text descriptions display feature.
2684 * "inspector,view,create" and "inspector,view,close"
2685 * The first one will be called to request the view for inspector on view that will be inspected.
2686 * This callback should create the view for inspector and set the view with ewk_view_inspector_view_set().
2687 * The second one will be called to close the view for inspector on view having the inspector after disconnecting frontend
2688 * This callback should remove the view for inspector.
2690 * When the view having the inspector is removed,
2691 * please emit the "inspector,view,destroy" signal on view for inspector.
2693 * @param o The view to show the inspector.
2701 * Close the inspector view
2703 * @param o The view to close the inspector.
2711 * Get the view of inspector.
2713 * @param o The view that is inspected.
2715 * @return view object on success or @c NULL on failure
2720 * Set the view of inspector.
2722 * @param o The view that is inspected.
2723 * @param inspector_view The view of inspector.
2734 * @param o view object to enable javascript fullscreen API
2745 * @param o view object to query whether javascript fullscreen API is enabled
2755 * @param o view object
2760 * @note this is not for general use. It should be used for single view only.
2767 * @param o view object to query
2776 * @param o The view that contains context menu.