Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:inside_frame
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/docs/examples/
H
A
D
smooth-gtk-thread.c
169
GtkWidget *top_window, *outside_frame, *
inside_frame
, *progress_bar;
in main()
local
190
inside_frame
= gtk_frame_new(NULL);
in main()
191
gtk_frame_set_shadow_type(GTK_FRAME(
inside_frame
), GTK_SHADOW_IN);
in main()
192
gtk_container_set_border_width(GTK_CONTAINER(
inside_frame
), 5);
in main()
193
gtk_container_add(GTK_CONTAINER(outside_frame),
inside_frame
);
in main()
local
202
gtk_container_add(GTK_CONTAINER(
inside_frame
), progress_bar);
in main()
/third_party/libwebsockets/lib/roles/ws/
H
A
D
private-lib-roles-ws.h
115
unsigned int
inside_frame
:1; /* next write will be more of frame */
member
H
A
D
ops-ws.c
1642
if (wsi->ws->
inside_frame
) {
in rops_write_role_protocol_ws()
1834
if (!wsi->ws->
inside_frame
)
in rops_write_role_protocol_ws()
1894
wsi->ws->
inside_frame
= 1;
in rops_write_role_protocol_ws()
1901
wsi->ws->
inside_frame
= 0;
in rops_write_role_protocol_ws()
/third_party/libwebsockets/lib/core-net/
H
A
D
output.c
170
wsi->ws->
inside_frame
= 0;
in lws_issue_raw()
Completed in 4 milliseconds