• Home
  • Raw
  • Download

Lines Matching +full:runner +full:- +full:before +full:- +full:script

30 // ---------------------------------------------------------------------------
111 /*--cef(optional_param=handler)--*/
120 // A task runner for posting tasks on the associated thread can be retrieved via
123 /*--cef(source=library,no_debugct_check)--*/
129 /*--cef()--*/
135 /*--cef()--*/
141 /*--cef()--*/
145 // Returns the task runner associated with this context. V8 handles can only
149 /*--cef()--*/
157 /*--cef()--*/
164 /*--cef()--*/
171 /*--cef()--*/
176 // before calling this method.
178 /*--cef()--*/
182 // Enter this context. A context must be explicitly entered before creating a
184 // the same number of times as Enter() before releasing this context. V8
188 /*--cef()--*/
195 /*--cef()--*/
202 /*--cef()--*/
207 // parameter is the URL where the script in question can be found, if any.
213 /*--cef(optional_param=script_url)--*/
227 /*--cef(source=client,no_debugct_check)--*/
237 /*--cef()--*/
250 /*--cef(source=client,no_debugct_check)--*/
260 /*--cef()--*/
273 /*--cef()--*/
288 /*--cef(source=client,no_debugct_check)--*/
300 /*--cef(capi_name=get_byname)--*/
314 /*--cef(capi_name=get_byindex,index_param=index)--*/
328 /*--cef(capi_name=set_byname)--*/
341 /*--cef(capi_name=set_byindex,index_param=index)--*/
352 /*--cef(source=library,no_debugct_check)--*/
358 /*--cef()--*/
364 /*--cef()--*/
368 // Returns the resource name for the script from where the function causing
371 /*--cef()--*/
375 // Returns the 1-based number of the line where the error occurred or 0 if the
378 /*--cef()--*/
382 // Returns the index within the script of the first character where the error
385 /*--cef()--*/
389 // Returns the index within the script of the last character where the error
392 /*--cef()--*/
399 /*--cef()--*/
406 /*--cef()--*/
413 /*--cef(source=client,no_debugct_check)--*/
421 /*--cef()--*/
429 // A task runner for posting tasks on the associated thread can be retrieved via
432 /*--cef(source=library,no_debugct_check)--*/
441 /*--cef()--*/
447 /*--cef()--*/
453 /*--cef()--*/
459 /*--cef()--*/
465 /*--cef()--*/
471 /*--cef()--*/
480 /*--cef()--*/
486 /*--cef(optional_param=value)--*/
496 /*--cef(optional_param=accessor, optional_param=interceptor)--*/
508 /*--cef()--*/
521 /*--cef()--*/
533 /*--cef()--*/
542 /*--cef()--*/
548 /*--cef()--*/
554 /*--cef()--*/
560 /*--cef()--*/
566 /*--cef()--*/
572 /*--cef()--*/
578 /*--cef()--*/
584 /*--cef()--*/
590 /*--cef()--*/
596 /*--cef()--*/
602 /*--cef()--*/
608 /*--cef()--*/
614 /*--cef()--*/
621 /*--cef()--*/
627 /*--cef()--*/
633 /*--cef()--*/
639 /*--cef()--*/
645 /*--cef()--*/
651 /*--cef()--*/
657 /*--cef()--*/
660 // OBJECT METHODS - These methods are only available on objects. Arrays and
661 // functions are also objects. String- and integer-based keys can be used
667 /*--cef()--*/
674 /*--cef()--*/
681 /*--cef()--*/
687 /*--cef()--*/
691 // Returns true if this object will re-throw future exceptions. This attribute
694 /*--cef()--*/
698 // Set whether this object will re-throw future exceptions. By default
699 // exceptions are not re-thrown. If a exception is re-thrown the current
701 // caught and not re-thrown. Returns true on success. This attribute exists
704 /*--cef()--*/
710 /*--cef(capi_name=has_value_bykey,optional_param=key)--*/
716 /*--cef(capi_name=has_value_byindex,index_param=index)--*/
722 // is thrown. For read-only and don't-delete values this method will return
725 /*--cef(capi_name=delete_value_bykey,optional_param=key)--*/
731 // or an exception is thrown. For read-only and don't-delete values this
734 /*--cef(capi_name=delete_value_byindex,index_param=index)--*/
741 /*--cef(capi_name=get_value_bykey,optional_param=key)--*/
748 /*--cef(capi_name=get_value_byindex,index_param=index)--*/
754 // is thrown. For read-only values this method will return true even though
757 /*--cef(capi_name=set_value_bykey,optional_param=key)--*/
765 // is thrown. For read-only values this method will return true even though
768 /*--cef(capi_name=set_value_byindex,index_param=index)--*/
775 // incorrectly or an exception is thrown. For read-only values this method
778 /*--cef(capi_name=set_value_byaccessor,optional_param=key)--*/
784 // Read the keys for the object's values into the specified vector. Integer-
787 /*--cef()--*/
795 /*--cef(optional_param=user_data)--*/
801 /*--cef()--*/
808 /*--cef()--*/
822 /*--cef()--*/
825 // ARRAY METHODS - These methods are only available on arrays.
830 /*--cef()--*/
833 // ARRAY BUFFER METHODS - These methods are only available on ArrayBuffers.
839 /*--cef()--*/
849 /*--cef()--*/
852 // FUNCTION METHODS - These methods are only available on functions.
857 /*--cef()--*/
861 // Returns the function handler or NULL if not a CEF-created function.
863 /*--cef()--*/
876 /*--cef(optional_param=object)--*/
889 /*--cef(optional_param=object)--*/
900 // threads. A task runner for posting tasks on the associated thread can be
903 /*--cef(source=library)--*/
910 /*--cef()--*/
918 /*--cef()--*/
924 /*--cef()--*/
928 // Returns the stack frame at the specified 0-based index.
930 /*--cef()--*/
938 // threads. A task runner for posting tasks on the associated thread can be
941 /*--cef(source=library,no_debugct_check)--*/
949 /*--cef()--*/
953 // Returns the name of the resource script that contains the function.
955 /*--cef()--*/
959 // Returns the name of the resource script that contains the function or the
960 // sourceURL value if the script name is undefined and its source ends with
963 /*--cef()--*/
969 /*--cef()--*/
973 // Returns the 1-based line number for the function call or 0 if unknown.
975 /*--cef()--*/
979 // Returns the 1-based column offset on the line for the function call or 0 if
982 /*--cef()--*/
988 /*--cef()--*/
994 /*--cef()--*/