OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/panels/
panel_manager.h
58
int
active_count
() const { return active_panels_.size(); }
function in class:PanelManager
/external/pcre/
pcre_dfa_exec.c
324
if (
active_count
++ < wscount) \
335
if (
active_count
++ < wscount) \
392
int
active_count
, new_count, match_count;
local
560
active_count
= new_count;
564
workspace[1] =
active_count
;
572
for (i = 0; i <
active_count
; i++)
579
next_active_state = active_states +
active_count
;
605
for (i = 0; i <
active_count
; i++)
[
all
...]
Completed in 355 milliseconds